DevelopersAPI referenceFormsSubmissions
Delete a submission
Deletes the submission and decrements the form's counters. Owner-only — deleting from a shared form's inbox returns 403.
View as MarkdownAuthorization
bearer AuthorizationBearer <token>
In: header
Path Parameters
id*string
sid*string
Response Body
application/json
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/forms/string/submissions/string"{ "message": "string"}Mark spam / not spam
Flips the spam flag and adjusts the form's spamCount. Returns a message, not the submission. Owner-only — triaging a shared form's inbox returns 403.
List destinations
Delivery destinations, created_at ascending. Readable with the form, so a teammate a form is shared with can see where it delivers.