Skip to main content
POST
/
api
/
tenant
/
api-keys
/
{id}
/
revoke
Revoke (deactivate) an API key
curl --request POST \
  --url https://api.g-tateth.com/api/tenant/api-keys/{id}/revoke \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.g-tateth.com/llms.txt

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

Authorizations

Authorization
string
header
required

JWT token authentication (for user sessions)

Path Parameters

id
string
required

API key ID

Response

200

API key revoked successfully