Delete a reward address
Deletes a reward address. A 200 response indicates the request was accepted; however, if the address is registered on a blockchain, it may continue to appear for up to a few minutes while the on-chain removal is confirmed. Once confirmed, the address will no longer appear.
Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Path Parameters
Two deletion modes are supported:
- ID-based (REST API): Provide 'id', customer_id is extracted from auth context.
- Legacy (internal gRPC): Provide 'customer_id', 'ledger', and 'address'.
Address ID for deletion (preferred for REST API).
Query Parameters
Partner ID (used for legacy deletion or when auth context unavailable).
Ledger type (required for legacy deletion).
PAXOS, ETHEREUM, SOLANA, INK, XLAYER, ARBITRUM_ONE, ROBINHOOD Wallet address (required for legacy deletion).
Response
A successful response.
The response is of type object.