Delete Customer Address By UUID
DELETE {{baseUrl}}/v1/customer/:customerId/address/:addressId
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"data":{"address_type":"home","apartment_no":null,"city":"illinois","classification":"business","country_code":"US","created_at":"2024-02-01T04:41:16.844880Z","customer":"7c6139e9-202e-47b2-b119-d60c6ada5b89","deleted_at":"2024-02-01T04:44:51.386284Z","id":"7268e6cd-a3d0-4025-8422-c45248b466ac","is_primary":false,"postal_code":"12001","state":"new york","state_code":"NY","status":"active","street1":"8, parkwell","street3":null,"updated_at":"2024-02-01T04:44:51.388690Z"}}