Delete entry
documentedDelete an entry.
DELETE /entries/{ENTRY_ID}Entriesno 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://{{$domain}}/gravityformsapi/entries/{{$ENTRY_ID}}?api_key={{GRAVITYFORMS_API_KEY}}&expires={{$expires}}&signature={{$signature}}" \
-X DELETE \
-H "Accept: application/json"