Skip to main content

Overview

Permanently deletes a file you uploaded with Upload File. Pass the id returned by the presign step. A successful delete removes the stored object, so the file’s public_url stops resolving. Deletes are idempotent — deleting a file that’s already gone returns the same 204 No Content.

Endpoint

Path Parameters

Code Examples

Response

A successful delete returns 204 No Content with an empty body.

Error Responses

Deletes are permanent and idempotent. A successful delete removes the stored object, so any public_url for the file stops resolving. Deleting a file that was already deleted — or never existed in your account — also returns 204.
Last modified on July 27, 2026