Submissions
Delete a submission
Delete a specific submission for a given form for the authenticated organization.
DELETE
/
submissions
/
{submissionId}
Headers
api-key
string
requiredThe API key.
Path Parameters
submissionId
string
requiredThe unique ID of the submission to delete.
Query Parameters
formId
string
requiredThe unique ID of the form.
Response
200 - application/json
submissionId
string
requiredThe unique ID of the submission that was deleted.