cURL
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>'
Soft-delete a fiat address for a customer
API Key
Optional sub-partner UUID, if provided, the fiat address will be deleted for the sub-partner
the ID of the customer
the ID of the fiat address
Delete Address Succeeded