Skip to main content
DELETE
/
files
/
{fileId}
Delete File
curl --request DELETE \
  --url https://api.tess.im/files/{fileId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://docs.tess.im/llms.txt

Use this file to discover all available pages before exploring further.

Code Examples

curl --request DELETE \
  --url 'https://api.tess.im/files/{fileId}' \
  --header 'Authorization: Bearer YOUR_API_KEY'

Path Parameters

fileId
string
required
The ID of the file to delete

Response

{
"id": "73325",
"object": "file",
"deleted": true
}