Delete a Task

Deletes a specified task.

Path Params
string
required

Unique identifier of the task.

Query Params
boolean

When set to true, the parent entity and all its child entities will be deleted. Otherwise, if there are any child entities under the entity to be deleted, the delete operation will fail with 409 Conflict error.

boolean

Indicates whether to include metadata in the response.

Headers
string
required

Bearer token

Responses
204

No Content

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal Server Error

Language
URL
LoadingLoading…