S
sprkly
/sprkly_delete_scheduled_post
Delete a scheduled post
Remove a post from the queue. This is a soft delete. The user can restore it from the Deleted tab for 30 days. Posts that have already published cannot be delet
liveunknown~5s typical
mcpsprkly
$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-app-sprkly-sprkly /sprkly_delete_scheduled_post for me.
Input
| Field | Type | Description |
|---|---|---|
| post_id* | string | The scheduled post 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-app-sprkly-sprkly","endpoint":"/sprkly_delete_scheduled_post","input":{"post_id":"..."}}'cli
npx cracked-ai run -p mcp-app-sprkly-sprkly -e /sprkly_delete_scheduled_post -i '{"post_id":"..."}'mcp
run_tool({ provider: "mcp-app-sprkly-sprkly", endpoint: "/sprkly_delete_scheduled_post", input: {"post_id":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.