Skip to main content
DELETE
Delete an uploaded file

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required

Filename to delete, as returned by GET /v1/files.

Maximum string length: 512

Response

File deleted.

deleted
boolean
required

True when the file was removed.

$schema
string<uri>
read-only

A URL to the JSON Schema for this object.

Example:

"https://alpha.api.trycaesar.com/FileDeleteResponse.json"