removeGroupSocialLink
Removes an existing social link from a group.
Parameters
Name | Type | Description |
---|---|---|
groupId | Identifier | The id of the group to add a social link to. |
socialLinkId | Identifier | The 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}