cURL
curl --request DELETE \ --url https://api.tess.im/files/{fileId} \ --header 'Authorization: Bearer <token>'
Delete a specific file by its ID.
Documentation IndexFetch the complete documentation index at: https://docs.tess.im/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tess.im/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \ --url 'https://api.tess.im/files/{fileId}' \ --header 'Authorization: Bearer YOUR_API_KEY'
{ "id": "73325", "object": "file", "deleted": true }