Skip to main content
POST
/
api
/
v1
/
agent-builder
/
{sessionId}
/
cancel
Cancel and cleanup a session, releasing all associated resources
curl --request POST \
  --url https://dashboard.sequentum.com/api/v1/agent-builder/{sessionId}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 123,
  "detail": "<string>",
  "instance": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.sequentum.com/llms.txt

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

Authorizations

Authorization
string
header
required

API Key authorization header. Example: "Authorization: ApiKey {your-api-key}"

Authorization
string
header
required

OAuth 2.0 Bearer token. Example: "Authorization: Bearer {access-token}"

Path Parameters

sessionId
string
required

The session ID

Response

OK