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://api.app.shinzo.ai/v1/agent/{agentId}/filesystem/files/{path} \ --header 'Authorization: Bearer <token>'
Delete a file from an agent’s workspace.
curl -X DELETE "https://api.app.shinzo.ai/v1/agent/agt_abc123/filesystem/files/workspace/data/output.txt" \ -H "Authorization: Bearer <jwt_token>"
{ "message": "File deleted successfully" }
200
401
403
404