API Key
Delete Api Key
Removes an API key. If the key is scoped to a gateway (GatewayType), provide ?subject_id=<gateway_uuid>.
DELETE
Delete an API Key
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.example.com/api/v1/iam/api-key/{key_id} \
--header 'Authorization: <authorization>'{}curl --request DELETE \
--url https://api.example.com/api/v1/iam/api-key/{key_id} \
--header 'Authorization: <authorization>'{}