Skip to main content
Delete a custom Task
curl --request DELETE \
  --url https://{tenant_name}.{region}.techwolf.ai/tasks/{task_id} \
  --header 'Authorization: Bearer <token>'
[
  {
    "title": "401 Unauthorized",
    "description": "OAuth access token is missing, invalid or expired."
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

task_id
string<slug>
required

The identifier of the Task.

Maximum string length: 100
Example:

"ba418404-3df1-cb19-a73c-1fb9351846d5"

Response

No Content