Skip to main content
POST
Cancel Team Task

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Body

application/json

Represents a JSON-RPC request for the tasks/cancel method.

id
required
params
TaskIdParams · object
required

Defines parameters containing a task ID, used for simple task operations.

jsonrpc
string
default:2.0
Allowed value: "2.0"
method
string
default:tasks/cancel
Allowed value: "tasks/cancel"

Response

Team task canceled successfully

Represents a successful JSON-RPC response for the tasks/cancel method.

result
Task · object
required

Represents a single, stateful operation or conversation between a client and an agent.

id
jsonrpc
string
default:2.0
Allowed value: "2.0"