Skip to main content
DELETE
/
addresses
/
pix
/
{customer_id}
/
{pix_address_id}
Delete a PIX destination.
curl --request DELETE \
  --url https://api.sandbox.iron.xyz/api/addresses/pix/{customer_id}/{pix_address_id} \
  --header 'X-API-Key: <api-key>'
{
  "message": "<string>",
  "trace_id": "<string>"
}

Authorizations

X-API-Key
string
header
required

API Key

Path Parameters

customer_id
string<uuid>
required

the ID of the customer

pix_address_id
string<uuid>
required

the ID of the PIX address

Response

Delete Address Succeeded