cURL
curl --request DELETE \ --url https://api.together.xyz/v1/files/{id} \ --header 'Authorization: <api-key>'
{ "id": "<string>", "deleted": true }
Delete a previously uploaded data file.
File deleted successfully
The response is of type object.
object