Staking Data
API Key Management

Revoke API Key

Permanently revokes an API key. Revoked keys stop working immediately and cannot be re-activated. The last active key on an account cannot be revoked.

DELETE
/public/billing/api-keys/{id}
X-API-Key<token>

In: header

Path Parameters

id*string

The UUID of the API key to revoke.

Formatuuid

Response Body

curl -X DELETE "https://api.stakingrewards.com/public/billing/api-keys/9bc34e12-0000-4def-8abc-112233445566"
Empty
Empty
Empty
Empty