Skip to main content
DELETE
Delete file
Deletes a specific file using its file ID.

Request Headers

string
required
Enum: application/json
string
required
Bearer authentication format, for example: Bearer {{API Key}}.

Path Parameters

string
required
The unique identifier of the file to delete.

Response

boolean
required
Indicates whether the file was successfully deleted. Returns true if the deletion was successful.
string
required
The unique identifier of the deleted file.
string
required
The object type, which is always file.
Last modified on August 12, 2025