Skip to main content
Delete API Keys
curl --request POST \
  --url https://api.coralogix.com/mgmt/openapi/4/aaa/api-keys/v3/all/delete \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "keyIds": [
    "key_abc123"
  ]
}
'
{}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

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

Authorizations

Authorization
string
header
required

API key authentication

Body

application/json

This data structure is used to delete specified API keys.

keyIds
string[]

Response

This data structure is the response obtained after deleting API keys.