Remove friend


s

Remove friend

/action/v2/removefriend

Removes a user as a friend. Requires an active 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/removefriend" method="post" > <input type="hidden" name="uid" value="555888" /> <button type="submit">Remove from Friends</button> </fm:Form>

Supported params

Name Required Description
uid Required Id of the user being removed from friends. Must be a valid user id in the project in Newzulu Platform

See also