Skip to main content
DELETE
/
files
/
{id}
Delete a file
curl --request DELETE \
  --url https://api.together.xyz/v1/files/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "deleted": true
}

Documentation Index

Fetch the complete documentation index at: https://togetherai-migration.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
default:default
required

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

Path Parameters

id
string
required

Response

200 - application/json

File deleted successfully

id
string
deleted
boolean