Skip to main content
DELETE
/
files
/
{file_uid}
Delete the specified uploaded file.
curl --request DELETE \
  --url https://app.timelines.ai/integrations/api/files/{file_uid} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "status": "error"
}

Documentation Index

Fetch the complete documentation index at: https://timelines.ai/docs/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

file_uid
string
required

A UID for an uploaded file, unique within the TimelinesAI workspace, which can be used to reference the file in Public API methods for sending messages with attachments.

Response

Success