cURL
curl --request DELETE \ --url https://api.example.com/v1/keys/{id}
Permanently deactivate an API key.
401 Unauthorized
admin
{ "message": "Key revoked" }
curl -X DELETE https://api.gimme.fast/v1/keys/550e8400-e29b-41d4-a716-446655440000 \ -H "X-API-Key: gf_admin_key_here"
UNAUTHORIZED
FORBIDDEN
NOT_FOUND