v1

latestOpenAPI 3.1.12026-07-124448163.2 KB
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
}