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
Example response
{
"deleted": true
}Changes
Changed in 1 of the 5 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the statusresponse-media-type-added
- ○