Sign in

Delete heading widget

documented

Delete a Heading widget from a page.

POST /api/v1/page/{page_id}/heading/delete/{widget_id}/Pagesno 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://{{$group_name}}.papyrs.com/api/v1/page/{{$page_id}}/heading/delete/{{$widget_id}}/?auth_token={{PAPYRS_API_KEY}}" \
  -X POST \
  -H "Authorization: Bearer {{PAPYRS_API_KEY}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{}'
Delete heading widget · Papyrs · OpenIntegrations