Skip to main content

Delete Public Share

Deletes the specified public share for the session.

Authorizations: Sessions - ACCESS

Requests

DELETE /apis/sessions/:sessionId/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":"SessionNotFound",
"message":"Session not found",
"httpStatusCode":404}

Unable to locate session.

 

JavaScript errors detected

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

If this problem persists, please contact our support.