Files
Delete a file
Removes the file. Its change history goes with it, so this is not reversible through this API. A protected file, or one with changes still in review, is refused and nothing is removed, so a caller that did not mean to discard that work can deal with it first.
DELETE
Delete a file
Authorizations
Workspace-scoped API key, sent as a bearer token. The recommended header. The workspace is implicit in the key and never appears in a URL.
Path Parameters
The file id, as an earlier response reported it. Always doc_…; a composite id is refused.
Example:
"doc_9f2k1x8b3m7q0v"
Response
Deleted. No body.