Bookmark - Deletes a bookmark for a report

Deletes an existing bookmark associated with a specific report.

delete
Authorizations
Path parameters
reportIdstring · uuidRequired

Enter ID of an existing report.

bookmarkIdstring · uuidRequired

Enter ID of an existing bookmark.

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Responses
200
Success: Bookmark successfully deleted.
delete
DELETE /reports/{reportId}/bookmarks/{bookmarkId} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "message": "Success Message",
  "statusCode": 200
}

Last updated