Classic APIs
ClassicGroupsApi
removeGroupSocialLink

removeGroupSocialLink

Removes an existing social link from a group.

Parameters

NameTypeDescription
groupIdIdentifierThe id of the group to add a social link to.
socialLinkIdIdentifierThe id of the social link to remove.

Example

const { data: success } = await ClassicGroupsApi.removeGroupSocialLink({ groupId: 5850082, socialLinkId: 10792025 }); 

Endpoint

DELETE /v1/groups/{groupId}/social-links/{socialLinkId}