cURL
curl --request DELETE \ --url https://api.tally.so/forms/{formId}/submissions/{submissionId} \ --header 'Authorization: Bearer <token>'
Deletes a specific submission from a form.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the form
The ID of the submission to delete
Submission deleted successfully