Bookmark - Deletes a bookmark for a report
Authorizations
Path parameters
reportIdstring · uuidRequired
Enter ID of an existing report.
bookmarkIdstring · uuidRequired
Enter ID of an existing bookmark.
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Responses
200
Success: Bookmark successfully deleted.
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.
500
Internal Server Error: An unexpected error occurred or a server timeout.
delete
DELETE /reports/{reportId}/bookmarks/{bookmarkId} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "Success Message",
"statusCode": 200
}
Last updated