Delete form
documentedTrash or permanently delete a form.
DELETE /gf/v2/forms/{FORM_ID}Formsno implementation yet0 runsNo 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://{{SITE_DOMAIN}}/wp-json/gf/v2/forms/{{$FORM_ID}}?force=1" \
-X DELETE \
-u "{{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json"