cURL
curl --request DELETE \ --url https://api.klavis.ai/mcp-server/instance/delete-auth/{instance_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>" }
Deletes authentication metadata for a specific server connection instance.
Your Klavis AI API key.
The ID of the connection instance to delete auth for.
Successful Response
The response is of type object.
object