v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
tasks

Deletes tasks and optionally related time entries.

Returns 207 MultiStatus when individual deletions fail.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

post/tasks/delete

Headers

Authorizationstring required

Bearer authentication

Request body

taskIdsstring[] required

List of tasks to be deleted.

deleteTimeTrackingsboolean

Set to true to also delete the related time trackings. If it is set to false, the related time trackings will still be there, but the project and task reference will be cleared. This will also happen if no request body is present.

Response

Multi-Status

TasksPostTasksDeleteResponse207 required

Empty response body