cURL
curl --request DELETE \ --url https://app.formbox.app/api/v1/submissions/{submissionId} \ --header 'api-key: <api-key>'
{ "submissionId": "<string>" }
Delete a specific submission for a given form for the authenticated organization.
The API key.
The unique ID of the submission.
The unique ID of the form.
A specific form.
The unique ID of the submission that was deleted.