Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Delete a file by ID.
curl -X DELETE https://gateway.bud.studio/v1/files/file-abc123 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "id": "file-abc123", "object": "file", "deleted": true }