Skip to main content
DELETE
Delete a reward address
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Path Parameters

id
string
required

Two deletion modes are supported:

  1. ID-based (REST API): Provide 'id', customer_id is extracted from auth context.
  2. Legacy (internal gRPC): Provide 'customer_id', 'ledger', and 'address'.

Address ID for deletion (preferred for REST API).

Query Parameters

customer_id
string

Partner ID (used for legacy deletion or when auth context unavailable).

ledger
enum<string>

Ledger type (required for legacy deletion).

Available options:
PAXOS,
ETHEREUM,
SOLANA,
INK,
XLAYER,
ARBITRUM_ONE,
ROBINHOOD
address
string

Wallet address (required for legacy deletion).

Response

200 - application/json

A successful response.

The response is of type object.