API Reference
Explore storefront endpoints
Delete address
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 }
Access token
user id
address id
OK
The response is of type object.
object