DELETE
/organizations/{organizationId}/files/{fileId}Delete a file
Schedules permanent deletion and invalidates all active download URLs.
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.
fileIdpath · stringrequired
Responses
202application/json
Deletion scheduled.
{
"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