WF
Workspace Files
/rm
Delete file
Remove a file.
liveverifiedunknown
filesdelete
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /rm for me.
Input
| Field | Type | Description |
|---|---|---|
| path* | string | Path |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"files","endpoint":"/rm","input":{"path":"..."}}'cli
npx cracked-ai run -p files -e /rm -i '{"path":"..."}'mcp
run_tool({ provider: "files", endpoint: "/rm", input: {"path":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.