Skip to main content
DELETE
/
mcp
/
keys
/
{id}
/
Revoke an MCP API key
curl --request DELETE \
  --url https://earthcare.network/api/v1/mcp/keys/{id}/ \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

DRF user token. Format: Token <token>

Path Parameters

id
string<uuid>
required

Query Parameters

organization_id
string<uuid>
required

Your organization UUID. Workspace endpoints are org-scoped — supply this as a query param (writes also accept it in the body). Find it via GET /auth/me/ → organizations[].id.

Response

204

Revoked