Bookmark - Removes user access from a bookmark
Authorizations
Path parameters
reportIdstringRequired
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
Class for representing the view of a SharedBookmark.
reportBookmarkIdstring | nullableOptional
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.
reportIdstring | nullableOptional
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.
shareWithUsersstring[] | nullableOptional
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.
Responses
200
Success: Bookmark successfully deleted.
201
Created
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
403
Forbidden: Access denied to delete this bookmark due to insufficient permissions or account restrictions.
404
Not Found: The specified bookmark or report does not exist, the URL is invalid, or the resource has been deleted.
409
Conflict
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
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