Revoke delegated access for a single wallet
Allows developers to revoke their own delegated access for a specific wallet
DELETE
Revoke delegated access for a single wallet
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the environment
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
UUID of the wallet
Required string length:
36Pattern:
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Example:
"95b11417-f18f-457f-8804-68e361f9164f"
Response
Delegated access successfully revoked
Last modified on January 28, 2026
Previous
Revoke delegated access for one or more walletsAllows developers to revoke their own delegated access
Next
Revoke delegated access for a single wallet