Delete a form submission

Permanently deletes the selected submission after the server verifies the user has form-deletion permission.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Path parameters

formSubmissionlongRequired>=1
Submission ID to delete.

Response

Submission deleted; no resource is returned.

statusenum
messagestring
datalist of any

Errors

401
Unauthorized Error
403
Forbidden Error
404
Not Found Error