/sessions/currentUser/favourites/{id} - Remove an object from favorites

Removes a document (an "object" in IXIA CCMS Web) or folder from a user's list of favorites.

End-point

DELETE /sessions/currentUser/favourites/{id}

Path parameters

Field Description

id

The ID for the document or folder to remove.

Request body

Field Type Description

data

ManageFavoriteRequest

The current information about the user's favorites that is required to remove the document or folder.

Possible response

HTTP status Description

200

The operation completed successfully

401

There is no session or the session is invalid

Response body

Field Type Description

result

ManageFavoriteObjectResult

The updated information for the user's favorites.