Delete an account
Moves an account to the trash. The account is soft-deleted and may be restored from the Lightfield UI. Associated contacts, tasks, and notes are not deleted; manage their lifecycle via their own endpoints.
Calling delete on an already-trashed account is a no-op and returns the existing record.
Required scope: accounts:delete
Rate limit category: Write
delete/v1/accounts/{id}
Path parameters
idstring required
Unique identifier of the account to delete.
Headers
Lightfield-Version'2026-03-01' required
Required API version header. Requests may error without it.
Request body
object required
Response
OK