latestOpenAPI 3.1.12026-08-194448166.0 KB

80748f72965e

collect.sessions

Delete a collect submission

Deletes a pending submission and its associated file from storage.

delete/collect/sessions/{token}/submit/{submissionId}

Path parameters

tokenstring required

The session token

Example:cs_live_cmll8jh7b00013b6tlu7lvntw
submissionIdstring uuid required

The ID of the submission to delete

Example:550e8400-e29b-41d4-a716-446655440000

Response

Submission deleted successfully

deletedboolean required

Whether the submission was deleted

Example response

{
  "deleted": true
}