Task
Delete a task
Permanently deletes a task. This is a hard delete: the task is removed and cannot be recovered. Returns 404 if no matching task exists in your company. Responds 204 with no body on success.
Required permission: tasks_permissions_delete.
delete/public/v1/tasks/{id}
Path parameters
idstring required
ID of the task to delete. An ID that doesn't exist for your company returns 404.
Response
No Content
Changes
No recorded changes to this endpoint across all 1 revision of this API.