Skip to main content
DELETE
cURL

Authorizations

Authorization
string
header
required

A personal API key or an OAuth 2.0 access token. Personal API keys also require the x-auth-key header with your user ID.

Path Parameters

agent_id
string
required

ID of the agent.

server_id
string
required

ID of the MCP server to detach.

Response

The detach result.

agent_id
string
Example:

"abc123DEFghiJKL"

server_id
string
Example:

"srv_github"

detached
boolean

true if the server was attached and is now removed; false if it was not attached.

Example:

true