Revoke API Key

POSThttps://sandbox-api.truthlocks.com/v1/api-keys/{id}/revokeAuth required

Permanently revokes an API key. This action cannot be undone. All requests using this key will immediately return 401 Unauthorized.

Path Parameters

iduuidrequired

API Key ID to revoke

Responses

{}
POST/v1/api-keys/{id}/revoke
Language
CredentialsHEADER
Authorization
cURL Request
Examples ▾
curl --request POST \
  --url https://sandbox-api.truthlocks.com/v1/api-keys/{id}/revoke \
  --header 'accept: application/json' \
  --header 'content-type: application/json' \
  --data '{}'
Response

Click Try It! to send a real request, or view sample responses: