Skip to main content

DeleteAccount soft-deletes an Account.

DELETE 

/api/v1/crm/accounts/:id

The account's hierarchy, contacts, deals, notes, and activities are retained as historical context. Does not cascade.

Errors:

  • NOT_FOUND: account does not exist.
  • PERMISSION_DENIED: caller lacks delete access.

Request

Responses

A successful response.