latestOpenAPI 3.0.32026-08-109359194.9 KB
112399a67ebb
Submissions
Delete Workflow Submission
Deletes a single workflow submission based on the ID supplied. Note that workflow submissions are soft-deleted (marked deleted, but not removed).
Authorization Required:
- See Submission Access (Submission Access)
delete/workflows/{workflowId}/submissions/{submissionId}
Path parameters
workflowIdstring required
Unique workflow ID
submissionIdstring required
ID of workflow 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