Skip to main content

Delete a Video

Deletes the specified video.

Authorizations: Recordings - DELETE

Requests

DELETE /apis/assets/:assetId

Response

Success

(Empty payload)

Error

Code

Payload

Description

404
{"code":"040002", "name":"AssetNotFound",
"message": "Video not found", "httpStatusCode": 404}

Video with UUID Id not found.

409
{"code":"060003", "name":"RecordingInProgress",
"message":"Recording currently in progress",
"httpStatusCode":409}

Recordings cannot be deleted while they are actively recording.

409
{"code":"060005", "name":"RecordingBeingTrimmmed",
"message":"Video currently being trimmed",
"httpStatusCode":409}

Videos cannot be deleted while they are being trimmed.

409
{"code":"060006", "name":"RecordingBeingImported",
"message":"Video currently being imported",
"httpStatusCode":409}

Videos cannot be deleted while they are being imported.

409
{"code":"060007", "name":"RecordingBeingExported",
"message":"Video currently being exported",
"httpStatusCode":409}

Videos cannot be deleted while they are being exported.

409
{"code":"060013", "name":"RecordingBeingStreamed",
"message":"Video currently being streamed",
"httpStatusCode":409}

The video is being streamed.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.