Skip to main content
DELETE
Delete Upload
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.

Overview

Permanently delete an uploaded file from storage. This action cannot be undone.

Rate Limiting

This endpoint is rate limited to 10 requests per minute per API key.
This permanently removes the file from storage. Any projects that reference this upload will not be affected, but the original source file will no longer be available.

Response

string
ID of the deleted upload
boolean
Always true on success

Example Request

Example Response

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

uploadId
string
required

Unique identifier of the upload

Response

200 - application/json

Successful response

uploadId
string
deleted
boolean
default:true