I used webhook which return form data after submitting
{
“name”: “Email Form”,
“site”: “6311xxx”,
“data”: {
“Name”: “ase”,
“Email”: “a@a.com”,
“Message”: “form2”
},
“d”: “2022-09-04T23:07:32.064Z”,
“_id”: “6312xxxx”
}
How can I get/delete form data by _id?
I cannot find it in the api document Webflow CMS API Reference