Commerce Engine is now in beta. We're working hard to make it better for you.
cURL
curl --request DELETE \ --url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/customers/{user_id}/addresses/{address_id} \ --header 'Authorization: Bearer <token>'
{ "message": "address removed successfully", "success": true }
Delete address
Access token
user id
address id
OK
The response is of type object.
object
Was this page helpful?