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.
cURL
curl --request DELETE \ --url https://control-plane.kubiya.ai/api/v1/storage/files/{file_id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Delete a file.
Enter your Kubiya API token (format: Bearer )
Permanently delete (vs soft delete)
Successful Response
Was this page helpful?