Delete A Shipping Address
Delete an existing shipping address. You must provide the id of the shipping address you want to delete.
curl -X DELETE "https://api.ezewholesale.com/api/v1/shipping-addresses/3a43f3a9-f97d-429f-b1e8-a7e2216e367a" \
-H "x-api-key:your-api-key" \
-H 'Content-Type: application/json'
{
"status": 200,
"description": "Shipping address deleted successfully",
"data": {
"id": "3a43f3a9-f97d-429f-b1e8-a7e2216e367a"
}
}