Skip to main content
DELETE
/
api
/
v1
/
mcp
/
api_key
/
{key_id}
Delete an MCP API key
curl --request DELETE \
  --url https://api.hevn.finance/api/v1/mcp/api_key/{key_id} \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
default:Bearer <token>
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-api-key
string | null

Path Parameters

key_id
string<uuid>
required

Response

Successful Response

The response is of type Response Delete Api Key Api V1 Mcp Api Key Key Id Delete · object.