Skip to main content
DELETE
/
core
/
api-keys
/
{apiKeyId}
Delete API Key
curl --request DELETE \
  --url https://api.integrations.commenda.io/v4/core/api-keys/{apiKeyId} \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "status_code": 123,
    "message": "<string>",
    "request_id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "platform_error": null
  }
}

Documentation Index

Fetch the complete documentation index at: https://integrations.docs.commenda.io/llms.txt

Use this file to discover all available pages before exploring further.

Delete API Key.

Authorizations

Authorization
string
header
required

Firebase ID token in the Authorization header. Optional rootfi_org_id header selects the active organization for multi-org users.

Path Parameters

apiKeyId
integer
required

Response

API key deleted.