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