v1

latestOpenAPI 3.0.0Cognigy Proprietary License2026-07-2239524.1 MB
Endpoints

Revoke an Endpoint API Key

Permanently revokes the given API key by hard-deleting it. Any client still using the revoked key will start failing immediately on the next inbound webhook request (subject to cache propagation).

delete/v2.0/endpoints/{endpointId}/apikeys/{keyId}

Path parameters

endpointIdstring required

The Id of the Endpoint

keyIdstring required

The Id of the Endpoint API Key

Headers

Accept'application/json' | 'application/hal+json' | 'application/xml' | 'text/xml' | 'text/csv'

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Response

The Endpoint API Key was revoked successfully.