cURL
curl --request DELETE \ --url https://api.example.com/api/v1/api-keys/{id} \ --header 'Authorization: Bearer <token>'
{ "statusCode": 401, "message": "Unauthorized" }
Permanently revokes an API key. All requests using this key will immediately receive 401. This action cannot be undone.
Staff panel JWT access token
API key UUID
API key revoked successfully