Sign in

Cancel a scheduled step down

documented

Cancel a pending stepdown of the pledge.

POST /users/{u}/goals/{g}/cancel_stepdown.jsonUsersno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.beeminder.com/api/v1/users/{{$username}}/goals/{{$goal_slug}}/cancel_stepdown.json" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d "{}"
Cancel a scheduled step down · beeminder · OpenIntegrations