Sign in

Delete paragraph widget

documented

Delete a Paragraph widget from a page.

POST /api/v1/page/{page_id}/paragraph/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://api.papyrs.com/v1/page/{{$page_id}}/paragraph/delete/{{$widget_id}}/" \
  -X POST \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"confirm": {{$confirm}}, "reason": "{{$reason}}"}'
Delete paragraph widget · Papyrs · OpenIntegrations