delete_address
Deletes one of the user’s saved addresses. Once deleted, theaddress_id is immediately invalid and no longer appears in the saved list from search_addresses.
Address flow:
search_addresses to find a place → suggestion token → select_address to save the address → address_id → update_address to edit → delete_address to remove a saved address.Only deletes the consenting user’s own address; others are unaffected.
address_id is scoped to the consenting user, so a delete only removes this user’s saved record. The upstream delivery address book is shared by phone number (one phone == one Eleme account); the gateway reclaims the upstream address only when no record still references it, so deleting never removes an upstream address that is still used elsewhere on the same account.Does not affect placed orders. An order records its delivery address at checkout time, so deleting a saved address only affects future orders that would reuse this
address_id, not orders already submitted.Parameters
Returns
Error Codes
See Error Handling for the full list.

