Skip to main content
DELETE
/
payments
/
wallet-addresses
/
{id}
Remove withdrawal address
curl --request DELETE \
  --url https://api.breet.io/v1/payments/wallet-addresses/{id} \
  --header 'X-Breet-Env: <api-key>' \
  --header 'x-app-id: <api-key>' \
  --header 'x-app-secret: <api-key>'
{
  "message": "wallet address deleted successfully",
  "success": true,
  "data": {},
  "meta": {},
  "summary": {},
  "stats": {}
}

Authorizations

x-app-id
string
header
required

Your application ID from the Breet dashboard

x-app-secret
string
header
required

Your application secret from the Breet dashboard

X-Breet-Env
string
header
required

Environment selector: development or production

Path Parameters

id
string
required

ID of the withdrawal address to remove.

Response

Withdrawal address removed successfully