DELETE
/organizations/{organizationId}/contacts/{contactId}Delete a contact
Schedules a contact for deletion and PII redaction.
Send request
Use the documented inputs to call this endpoint directly.
API serverbase URL
Bearer tokenBearerAuthoptional
Stored only in this browser for the BearerAuth security scheme and reused on every API page in this group.
Parameters
Values are applied to the request and the example on the right.
organizationIdpath · stringrequired
Opaque organization identifier.
contactIdpath · stringrequired
Responses
202application/json
Deletion job accepted.
{
"id": "job_01J8FP3Q7M5T9V2K4N6",
"type": "contact.deletion",
"status": "queued",
"progress": 0,
"created_at": "2026-09-03T12:30:00Z",
"links": {
"self": "/v3/jobs/job_01J8FP3Q7M5T9V2K4N6"
}
}idstringoptional
typestringoptional
statusenumoptional
Values: "queued" · "running" · "completed" · "failed"
progressintegeroptional
created_atstring · date-timeoptional
linksobjectoptional
Powered by heyo-docs