groups.removeMedia

Syntax

bool groups.removeMedia ( int groupID, int mediaID )

Argument Info

NameTypeRequiredDefault valueDescription
groupIDintRequirednoneThe group ID that the media ID will be removed from.
mediaIDintRequirednoneThe media ID to be removed from the group.

Response

The response for a successful request will be 1.

NameTypeDescription
resultINTOn success the response will be 1.

Return Values

FieldDescriptionPossible Values