curl --request POST \
--url https://api.truthlocks.com/v1/api-keys/{id}/revoke \
--header 'X-API-Key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "REVOKED"
}curl --request POST \
--url https://api.truthlocks.com/v1/api-keys/{id}/revoke \
--header 'X-API-Key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "REVOKED"
}Permanently revokes an API key. This action cannot be undone. All requests using this key will immediately return 401 Unauthorized.Documentation Index
Fetch the complete documentation index at: https://docs.truthlocks.com/llms.txt
Use this file to discover all available pages before exploring further.