Permanently revokes an API key. This action cannot be undone.
cURL
curl --request DELETE \ --url https://api.rendobar.com/api-keys/:id
{ "data": { "id": "<string>", "revoked": true } }
API key ID to revoke
"key_abc123"
API key revoked successfully
Show child attributes
Was this page helpful?