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.
Your Klavis AI API key.
The ID of the connection instance to delete auth for.
Successful Response