cURL
curl --request DELETE \ --url https://api.klavis.ai/mcp-server/instance/{instanceId}/auth \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Deletes authentication data for a specific server connection instance.
Documentation IndexFetch the complete documentation index at: https://www.klavis.ai/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://www.klavis.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Your Klavis AI API key.
The ID of the connection instance to delete auth for.
Successful Response