Skip to main content
DELETE
Archive contact

Endpoint

Route: /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 plus archived_by:
created_at and updated_at are always included in every response.

Response example

Errors

Authorizations

Authorization
string
header
required

Bearer JWT with valid account context.

Path Parameters

contactId
string
required

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.

id
string
external_id
string | null
first_name
string | null
last_name
string | null
email
string | null
contact_owner
string | null

Assigned owner email

Example:

"jane@example.com"

created_at
string<date-time>
updated_at
string<date-time>
archived

false when active, or ISO timestamp when archived

archived_by
string

Present when archived