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
formSubmission
Submission ID to delete.
Response
Submission deleted; no resource is returned.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error

