Skip to main content
DELETE
/
rewards
/
addresses
/
{id}
Delete a reward address
curl --request DELETE \
  --url https://api.example.com/rewards/addresses/{id} \
  --header 'Authorization: Bearer <token>'
{}
OAuth Scope
rewards:write_monitoring_address

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required

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:
ETHEREUM,
SOLANA,
INK,
XLAYER,
ARBITRUM_ONE
address
string

Wallet address (required for legacy deletion).

Response

200 - application/json

A successful response.

The response is of type object.