For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Logo
Portal
GuidesRecipesAPI ReferenceChangelog
GuidesRecipesAPI ReferenceChangelog
  • Airtop API
      • GETGet a list of files
      • POSTCreate a file
      • GETGet a file
      • DELDelete a file
      • POSTPush a file to a session
Portal
Airtop APIFiles

Delete a file

DELETE
https://api.airtop.ai/api/v1/files/:id
DELETE
/api/v1/files/:id
$curl -X DELETE https://api.airtop.ai/api/v1/files/id \
> -H "Authorization: Bearer <apiKey>"
Was this page helpful?
Previous

Push a file to a session

Next
Built with

Authentication

AuthorizationBearer

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

Path parameters

idstringRequired
ID of the file