cURL
curl --request DELETE \ --url https://api.managem.co.uk/user/addresses/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "<string>" }
Delete an address belonging to the authenticated user.
Use this endpoint to remove obsolete or incorrect addresses from the user address book.
Behavior notes:
Recommended follow-up:
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the address to delete
Address deleted