Delete customer address

Delete an address from the customer's address book.

Soft Delete: This operation performs a soft delete - the address record is marked as deleted but retained in the database for audit purposes. Deleted addresses will not appear in list queries.

Considerations:

  • Addresses referenced by existing invoices or contracts remain in those records
  • Consider updating another address as default before deleting a default address
  • Deleted addresses cannot be recovered through the API

Requirements:

  • Address must exist and belong to the authenticated organization
  • Valid UUID format required for both customer_id and address_id
Language
Credentials
Click Try It! to start a request and see the response here!