/Data/Favorites/:folderItem
Deletes or updates a favorite for the current user.
Request Method
DELETE or PUT
URL Parameters
folderItem
Full name of the folder item being removed or added as a favorite.
Request Body Details
The request body is ignored.
Example Request
- 
Request Method: DELETE 
- 
Request URL: https://localhost/api/deepsee/v3/Data/Favorites/Data-Driven%20Colors.dashboard For comments on the possible forms of the URL, see Introduction to the Business Intelligence REST API. 
Example Response
{
  "Info": {
    "Error": ""
  }
}
For information that applies to all response objects, see Notes on the Response Objects.