Skip to main content

Delete a Public Share for a Video

Deletes the specified public share for a video (asset). Mark an asset as not being public.

Authorizations: Recordings - ACCESS

Requests

DELETE /apis/assets/:assetId/publicshare

Response

Success

(Empty payload)

Error

Code

Payload

 Description

400
{"code":"010001", "name":"InputValidation",
"message":<Error message>, "httpStatusCode":400}

Supplied data was insufficient or incorrect.

403
{"code":"030003", "name":"CannotShare",
"message":"Cannot share", "httpStatusCode":403}

User is not allowed to share to this permission ID.

404
{"code":"040025", "name":"SharePermissionNotFound",
"message":"Share permission not found",
"httpStatusCode":404}

The specified share permission was not found.

404
{"code": "040021", "name":"UserGroupNotFound",
"message":"User or Group not found",
"httpStatusCode":404}

The specified user or group was not found.

404
{"code": "040004", "name":"UserNotFound",
"message":"User not found", "httpStatusCode":404}

The user with provided id or username was not found.

404
{"code":"040006", "name":"AssetNotFound",
"message":"Asset not found", "httpStatusCode":404}

Unable to locate asset.

JavaScript errors detected

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

If this problem persists, please contact our support.