Revoke One API Key
DELETE/partner/wallets/:identifier/api-keys/:keyId
Revoke a single API key on a provisioned wallet by its keyId. Other active keys on the same wallet are untouched.
To revoke every active key at once, use DELETE /partner/wallets/{identifier}/api-keys.
Request
Responses
- 200
- 401
- 404
API key revoked.
Invalid or missing partner key.
Wallet not found, or no active key with that keyId.