DELETE
/organizations/{organizationId}/projects/{projectId}Archive a project
Archives a project. Its data remains readable to administrators for 30 days.
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.
projectIdpath · stringrequired
Responses
202application/json
Archive 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
409
Project is already archived.
Powered by heyo-docs