Skip to main content
DELETE
/
v1
/
tasks
/
{taskId}
Delete a task by ID
curl --request DELETE \
  --url https://dev-public-api.openphone.dev/v1/tasks/{taskId} \
  --header 'Authorization: <api-key>'
{
  "message": "<string>",
  "code": "<string>",
  "status": 123,
  "docs": "<string>",
  "title": "<string>",
  "trace": "<string>",
  "errors": [
    {
      "path": "<string>",
      "message": "<string>",
      "schema": {
        "type": "<string>"
      },
      "value": "<unknown>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://openphone-dev.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

taskId
string
required
Pattern: ^TK(.*)$

Response

Success