• FAQ
  • API
  • Costs
  • Deleting time and financial costs of task through API: delete_costs

Deleting time and financial costs of task through API: delete_costs


Sample delete_costs request

?action=delete_costs&id=COSTS_ID
Deletes selected individual costs of task

Required parameters:
  • id — cost ID (can be obtained through get_costs method)

Sample JSON response
If the request succeeds, the response will contain ok status

{
"status": "ok",
}