Skip to main content
DELETE
/
api-keys
/
{apiKey}
Revoke an API key
curl --request DELETE \
  --url https://business.tgo-eg.com/api/v1/api-keys/{apiKey} \
  --header 'X-Api-Key: <api-key>'
{
  "message": "Unauthenticated."
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

apiKey
integer
required

Response

API key revoked.