Skip to main content
DELETE
/
api-keys
/
{apiKey}
Delete an organization API key
curl --request DELETE \
  --url https://api.staging-2tid4c.ezyshield.com.au/management/v1/api-keys/{apiKey} \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

apiKey
string<uuid>
required

The API key ID

Response

No content

Required array length: 0 element