latestOpenAPI 3.0.32026-08-109359194.9 KB

112399a67ebb

Submissions

Delete Module Submission

Deletes a single module submission based on the ID supplied. Note that module submissions are soft-deleted (marked deleted, but not removed).

Authorization Required:

  • See Submission Access (Submission Access)
delete/modules/{moduleId}/submissions/{submissionId}

Path parameters

moduleIdstring required

Unique module ID

submissionIdstring required

ID of module submission to delete

Query parameters

destroyboolean

Whether to hard delete the submission from database. Value of 'destroy=true' will delete the submission. This option requires administrator privileges. Once deleted, the submission cannot be retrieved back.

Response

Submission deleted