Delete an address
DELETE
https://api.tamio.com/v2/customers/address/{uuid}
Deletes an address from a customer. Associated subscription references (billing or shipping) are automatically cleared.
Path Parameters
uuid
string*
UUID of the address to delete
Responses
200
Address deleted successfully
Address deleted successfully
status
integer
customer
Customer
400
Validation or business-logic error. Possible `error_code` values:
Validation or business-logic error. Possible error_code values:
1002– ResourceNotFound: address UUID not found or belongs to another account
status
integer
error
string
error_code
integer
401
Unauthorized – invalid or missing Bearer token
Unauthorized – invalid or missing Bearer token
status
integer
error
string