Documentation

sonet_group.delete

Deletes social network group. To perform action the current user must either be group owner or have social network administration permissions.

Function parameters

Parameter Description
GROUP_ID ID of the group to be deleted.

Returns true on success, otherwise returns an error message.

Example

// Delete social network groups with ID=11

BX24.callMethod('sonet_group.delete', {
 'GROUP_ID': 11
});

Request:

https://mydomain.bitrix24.com/rest/sonet_group.delete.json?auth=803f65e30340ff39703f8061c8b63a10&GROUP_ID=11

Response:

{"result":true}


© «Bitrix24», 2001-2024
Up