cURL
curl --request DELETE \ --url https://api.klavis.ai/mcp-server/instance/{instanceId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Completely removes a server connection instance using its unique ID, deleting all associated data from the system.
Your Klavis AI API key.
The ID of the connection instance to delete.
Successful Response