Skip to content

Deletes a task

DELETE
/api/v1/Task/{taskId}

Required permissions:

  • Project member access, or
  • Admin access

Authorizations

Parameters

Path Parameters

taskId
required
string format: uuid

The unique identifier of the task to delete

Responses

204

Task successfully deleted

403

User does not have access to delete this task

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties

404

Task not found

object
type
string
nullable
title
string
nullable
status
integer format: int32
nullable
detail
string
nullable
instance
string
nullable
key
additional properties