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