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