Skip to main content
DELETE
Delete an uploaded file
Delete an uploaded file before it expires. The response is HTTP 204, including when the file ID is already deleted or was never valid. Start with Parse your first document.

Authorizations

unstructured-api-key
string
header
required

Path Parameters

fileId
string
required

The ID of the uploaded file.

Response

File deleted, or already absent. No body. Deletion is idempotent, so a repeated or unknown file id is not distinguishable from a first successful delete.