/partialsubmission/:id

Delete the specified partial submission

Delete the specified partial submission

DELETE /api/v2/partialsubmission/12345.json HTTP/1.1
Host: www.formstack.com
Authorization: Bearer [[app:oauth_token]]
Accept: application/json
Content-Type: application/json
curl -X DELETE -i -H "Accept: application/json" -H "Content-Type: application/json" -H "Authorization: Bearer [[app:oauth_token]]" https://www.formstack.com/api/v2/partialsubmission/12345.json
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!