v14
OpenAPI 3.1.02026-08-03122113375.9 KBuser-addresses
Delete address
Delete an address belonging to the authenticated user.
Use this endpoint to remove obsolete or incorrect addresses from the user address book.
Behavior notes:
- The address is removed by id from the authenticated user's address set.
- Returns 204 on success with no response body.
- Returns 404 if the address id does not exist or is not owned by the current user.
- If the deleted address was primary, another address of the same type may become primary.
Recommended follow-up:
- Call GET /user/addresses after deletion.
- Refresh UI state using the updated list, including primary indicators.
delete/user/addresses/{id}
Path parameters
idstring required
The ID of the address to delete
The ID of the address to delete
Response
Address deleted