Delete Client Address

Delete a client address.

DELETE /client-address/{id}
Path Parameters
Parameter Type Description
id string Address ID
Example Request
DELETE /api/v1.0/client-address/501
Response
{
  "data": [],
  "status": 204
}
Important Notes
  • You cannot delete a client's default address if it's the only address
  • If you delete the default address and other addresses exist, the system will automatically assign another address as the default
  • Deleted addresses cannot be recovered
Back to Addresses List