Skip to main content
DELETE
/
mcp
Delete MCP session
curl --request DELETE \
  --url https://api.stackone.com/mcp \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'mcp-session-id: <mcp-session-id>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

x-account-id
string

Account secure id for the target provider account (optional if x-account-id query parameter is provided)

mcp-session-id
string
required

Session id

Query Parameters

x-account-id
any

Account secure id (alternative to x-account-id header)

Response

Session closed