Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST 'https://api.example.com/api-keys/apk_001/revoke' \ -H 'Authorization: Bearer YOUR_TOKEN'
{ "id": "apk_001", "name": "CI Pipeline", "status": "revoked", "revokedAt": "2024-01-16T10:30:00Z", "revokedBySubjectId": "subject_jane" }
Revoke an API key, immediately invalidating it
revoked
Was this page helpful?