Bookmark - Removes user access from a bookmark
The requested API version
1.0
Optional User Id
Class for representing the view of a SharedBookmark.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BookmarkState property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the DisplayName property.
A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the Type property.
Success: Bookmark successfully deleted.
No content
Created
Unauthorized: Invalid credentials or missing/invalid authentication token.
Forbidden: Access denied to delete this bookmark due to insufficient permissions or account restrictions.
Not Found: The specified bookmark or report does not exist, the URL is invalid, or the resource has been deleted.
Conflict
Internal Server Error: An unexpected error occurred or a server timeout.
DELETE /reports/{reportId}/bookmarks/removeSpecificUsers HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 71
{
"reportBookmarkId": "text",
"reportId": "text",
"shareWithUsers": [
"text"
]
}
No content
Last updated