events.removeMember

Syntax

mixed events.removeMember ( int eventId, int uid = NULL )

Argument Info

NameTypeRequiredDefault valueDescription
eventIdintRequirednoneThe event ID you are removing the user from.
uidintOptionalNULLThe ID of the user you are removing from the event.

Response

Will return whether or not the member has been successfully removed from the desired group.

NameTypeDescription
resultINTUpon success the response will be 1.

Return Values

FieldDescriptionPossible Values