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", | Supplied data was insufficient or incorrect. |
403 | {"code":"030003", "name":"CannotShare", | User is not allowed to share to this permission ID. |
404 | {"code":"040025", "name":"SharePermissionNotFound", | The specified share permission was not found. |
404 | {"code":"040021", "name":"UserGroupNotFound", | The specified user or group was not found. |
404 | {"code": "040004", "name":"UserNotFound", | The user with provided |
404 | {"code":"040006", "name":"SessionNotFound", | Unable to locate session. |