Skip to main content
DELETE
/
project-tasks
/
{id}
Delete a project task
curl --request DELETE \
  --url https://www.ruddr.io/api/workspace/project-tasks/{id} \
  --header 'Authorization: Bearer <token>'
A work item or activity that helps complete a project.

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 project task uuid.

Response

204