Archive contact
Contacts
Archive contact
DELETE /contacts/ — archive an object
DELETE
Archive contact
Endpoint
/contacts/{contactId}Authentication: Bearer JWT Path parameter:
contactId — object ID
DELETE archives the object. The record is kept and archived is set to an ISO timestamp.
Response fields after archive
The 200 response uses default properties plusarchived_by:
created_at and updated_at are always included in every response.Response example
Errors
Authorizations
Bearer JWT with valid account context.
Path Parameters
Object identifier
Response
Archived object
Flat JSON object; custom fields at top level alongside id and external_id. created_at and updated_at are always present.
Assigned owner email
Example:
"jane@example.com"
false when active, or ISO timestamp when archived
Present when archived
