ApplicationsRevoke API key for application

Revoke API key for application

Revokes an API key. That key loses access immediately; other keys for the application keep working.

curl -X DELETE "https://api.example.com/api/v1/applications/123e4567-e89b-12d3-a456-426614174000/api-keys/123e4567-e89b-12d3-a456-426614174000" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)"
{}
DELETE
/api/v1/applications/{id}/api-keys/{keyId}
DELETE
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

path
idstring
Required

Application ID

Format: uuid
path
keyIdstring
Required

API key ID

Format: uuid
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Path Parameters

idstring
Required

Application ID

Responses