Skip to main content
DELETE
Cancel/terminate a task

Authorizations

Authorization
string
header
required

Session token from POST /auth/login, sent as Authorization: Bearer <token>.

Headers

X-Pinecone-Api-Version
string
default:2026-07

Date-based contract version, echoed back on the same header. Omit for the default (2026-07); send unstable for the in-development surface. An unrecognized value is rejected with 400 unsupported_api_version.

Path Parameters

id
string
required

Task id.

Body

application/json

Optional detail about the termination. A request with no body still terminates the task.

reason
string

Why the task is being terminated, recorded on the row.

target
string

Which part of the task to terminate. Defaults to the whole task.

pinecone_api_key
string

Task-token override; normally not needed.

user_token
string

Caller-token override; normally not needed.

Response

Termination enqueued (empty body)