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>' \
  --header 'x-account-id: <x-account-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
required

Account secure id for the target provider account

mcp-session-id
string
required

Session id

Response

Session closed