Delete Address
Remove an address that is linked to a customer or is not linked to any object.
/v1/addresses/:address
Delete Address
curl -X delete https://sandboxapi.rapyd.net/v1/addresses/address_12c6d08d0f2bb4c2e9195969bfe2439b -H 'access_key: your-access-key-here' -H 'Content-Type: application/json' -H 'salt: your-random-string-here' -H 'signature: your-calculated-signature-here' -H 'timestamp: your-unix-timestamp-here'
{ "status": { "error_code": "", "status": "SUCCESS", "message": "", "response_code": "", "operation_id": "623545d9-28a7-4a84-83cb-32ad647833f5" }, "data": {} }