Skip to main content
DELETE
/
api
/
tenant
/
api-keys
/
{id}
Permanently delete an API key
curl --request DELETE \
  --url https://api.g-tateth.com/api/tenant/api-keys/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT session token authentication. Use for user-context requests. The token is returned by the login endpoint and expires after 15 minutes.

Path Parameters

id
string
required

API key ID

Response

200

API key deleted successfully