cURL
curl --request DELETE \ --url https://api.klavis.ai/mcp-server/instance/delete/{instance_id} \ --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
The response is of type object.
object