Remove content items from user favorites
{ removeItemsFromFavorites }
Removes content items from the user's favorites listing.
Method
/API3/content/removeItemsFromFavorites
- Enterprise Admin
- Domain Admin
- Pro
- Analyst
- Viewer
Input Parameters
Name
data
Object Type
Description
The listing of favorite content items for a user.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP