Remove from favs


Remove from favs

/action/v2/removefromfavs

Removes a media item from favorites. Requires an active user session

Requires a form token

Requires a session token - the user must be logged in

Supports redirectUrl param of fm:Form component

Example

<fm:Form action="/action/v2/removefromfavs" method="post" > <input type="hidden" name="mid" value="555888" /> <button type="submit">Remove from favs</button> </fm:Form>

Supported params

Name Required Description
mid Required Id of the media being removed from favorites. Must be a valid id in the project in Newzulu Platform

See also