Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://api.coralogix.com/mgmt/openapi/5/aaa/api-keys/v3/all/delete \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "keyIds": [ "key_abc123" ] } '
{}
Delete specified API keys.
API key authentication
This data structure is used to delete specified API keys.
List of API key IDs to delete.
This data structure is the response obtained after deleting API keys.
Was this page helpful?