cURL
curl --request DELETE \ --url https://api.fillout.com/v1/api/forms/{formId}/submissions/{submissionId} \ --header 'Authorization: Bearer <token>'
Deletes a submission by its ID
Enter your Fillout API key. Format: Bearer <api_key>
The public identifier of the form
The identifier of the submission
Submission deleted successfully
Was this page helpful?