Skip to main content
DELETE
/
addresses
/
fiat
/
{customer_id}
/
{fiat_address_id}
Delete a fiat address
curl --request DELETE \
  --url https://api.sandbox.iron.xyz/api/addresses/fiat/{customer_id}/{fiat_address_id} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-SUB-PARTNER-ID: <x-sub-partner-id>'

Authorizations

X-API-Key
string
header
required

API Key

Headers

X-SUB-PARTNER-ID
string
required

Optional sub-partner UUID, if provided, the fiat address will be deleted for the sub-partner

Path Parameters

customer_id
string<uuid>
required

the ID of the customer

fiat_address_id
string<uuid>
required

the ID of the fiat address

Response

Delete Address Succeeded