DELETE
/
mcp-server
/
instance
/
delete
/
{instance_id}
curl --request DELETE \
  --url https://api.klavis.ai/mcp-server/instance/delete/{instance_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key with the format: 'Bearer your-api-key'

Path Parameters

instance_id
string
required

The ID of the connection instance to delete.

Response

200
application/json
Successful Response
success
boolean
required
message
string | null