Skip to main content
DELETE
Delete a task

Authorizations

Authorization
string
header
required

Secret key (sk_live_...)

Path Parameters

task_id
string
required

Unique identifier for the task (prefixed with task_).

Response

OK

Confirmation object returned after a successful deletion.

id
string
required

ID of the deleted task.

object
string
required

Always task.

deleted
boolean
required

Always true for successful deletions.

request_id
string
required

Unique identifier for the API request. Include this when contacting support.