Revoke an API key
Webhooks and account administration
Revoke an API key
Revokes an API key so it can no longer authenticate new requests.
DELETE
Revoke an API key
What this endpoint does
Revokes an API key so it can no longer authenticate new requests.When to use it
Revoke a key when an integration is retired, compromised, or replaced.Before you call
Use API-key administration access and pass a key ID owned by the same tenant account. Ensure another administrator key remains available.Money and balance effect
This changes a resource or configuration but does not directly reserve, debit, credit, or settle wallet money.States and completion
Revocation is the terminal key state. It does not cancel money operations already accepted.Safe retries
DELETE does not use anIdempotency-Key. If the response is lost, list the key first. An already revoked or absent key means there is no active credential left to revoke.
Read API keys for the complete workflow.Authorizations
Send the same Wayex API key as Authorization: Bearer <key>.
Path Parameters
Response
The revoked key.
Minimum string length:
1Minimum string length:
1Available options:
secret, publishable Minimum string length:
1Minimum string length:
1Available options:
active, revoked Minimum string length:
1Available options:
customers:read, customers:write, routes:read, routes:write, transfers:read, transfers:write, treasury:read, treasury:write, rates:read, webhooks:read, webhooks:write, fees:read, fees:write, keys:read, keys:write, settings:read, settings:write, admin:read, admin:write Required string length:
1 - 49Pattern:
^[0-9a-fA-F:.]+(\/\d{1,3})?$
