You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Deleting Form Submission Data

in Eloqua 2 comments

Hello,

I'm trying to use API service to delete form submission data. The challenge is I need to search the data on a date range based "submittedAt" key. I tried the above endpoints, this is bringing all the submission data from the form id.

API/Rest/2.0/data/form/123?q="submittedAt='1579508452'"

API/Rest/2.0/data/form/123?search=submittedAt='1579508452'

referring to this document https://docs.oracle.com/en/cloud/saas/marketing/eloqua-develop/Developers/RESTAPI/Tutorials/search_parameter.htm

I can get all the submissions and process the "submittedAt" field in the backend. The problem here is I have a huge data of submissions in the form. So trying to filter the data via API and delete the same.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!