Delete feed
documentedDelete a feed.
DELETE /gf/v2/feeds/{FEED_ID}Feedsno 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/feeds/{{$feed_id}}" \
-X DELETE \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-H "Authorization: Basic {{GRAVITYFORMS_API_KEY}}:{{GRAVITYFORMS_SECRET}}"