Delete Directory
Agent Filesystem
Delete Directory
Delete a directory from an agent’s workspace.
DELETE
Delete Directory
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key.Agent UUID
Directory path within the agent workspace (wildcard segment)
Delete the directory and all its contents recursively
Example Request
Response
Status Codes
| Code | Description |
|---|---|
200 | Directory deleted successfully |
400 | Directory is not empty and recursive is not set to true |
401 | Invalid authentication |
403 | Access denied |
404 | Agent or directory not found |

