Skip to main content
DELETE
/
task-categories
/
{id}
Delete a task category
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/task-categories/{id} \
  --header 'Authorization: Bearer <token>'
A classification applied to project tasks that determines their behavior. standard categories represent regular tasks, while rollup categories act as containers whose budgets and rollups derive from their descendant standard tasks.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The task category uuid.

Response

204