Bookmark - Delete an existing bookmark
Authorizations
Path parameters
reportIdstring · uuidRequired
Expects Id of an existing report
bookmarkIdstring · uuidRequired
Expects Id of an existing bookmark
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Acknowledgment for successful deletion of an existing bookmark
401
Un-authorized request
403
Indicates user do not have access to delete this bookmark
404
Indicates bookmark does not exist
500
Server related error
delete
DELETE /reports/{reportId}/bookmarks/{bookmarkId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated