Skip to main content
DELETE
/
api-keys
/
{api_key}
Delete an API key
curl --request DELETE \
  --url https://app.ezyshield.com.au/api/api-keys/{api_key} \
  --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

api_key
string
required

The API key ID. Example: key_01jz8v2q4x...

Response

No content

Required array length: 0 element