Delete Sandbox Content
- DEL
- /workspaces
- /:workspace
- /sandboxes
- /:sandbox_id
- /content
- /:path
Delete a file or directory from a sandbox
Request example
CURLcurl -X DELETE "https://api.buddy.works/workspaces/:workspace/sandboxes/:sandbox_id/content/:path" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
STATUS204 File or directory deleted successfully