D
Dock
/delete_row
delete row
Permanently delete a row from a workspace. This action cannot be undone.
liveunknown~5s typical
mcpdock
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-trydock-dock /delete_row for me.
Input
| Field | Type | Description |
|---|---|---|
| slug* | string | The workspace slug. Accepts either the bare slug ('my-workspace') or the org-prefixed form |
| rowId* | string | The row ID to delete |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-trydock-dock","endpoint":"/delete_row","input":{"slug":"...","rowId":"..."}}'cli
npx cracked-ai run -p mcp-ai-trydock-dock -e /delete_row -i '{"slug":"...","rowId":"..."}'mcp
run_tool({ provider: "mcp-ai-trydock-dock", endpoint: "/delete_row", input: {"slug":"...","rowId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.