Skip to main content
DELETE
Delete a task

Authorizations

api_access_token
string
header
required

Path Parameters

pipeline_id
string<uuid>
required
id
string<uuid>
required

Query Parameters

delete_subtasks
enum<string>

Set to 'true' to delete task with its subtasks

Available options:
true,
false

Response

Task deleted successfully

success
boolean
required
Example:

true

data
object | null
required
Example:

null

meta
object
required
message
string
required
Example:

"Pipeline task deleted successfully"