Classic APIs
ClassicGroupsApi
removeFeaturedEvent

removeFeaturedEvent

Removes a featured event for a group.

Parameters

NameTypeDescription
groupIdIdentifierThe ID of the group to remove the event from.
eventIdEventIdThe ID of the event to remove.

Example

const { data: success } = await ClassicGroupsApi.removeFeaturedEvent({
  groupId: 15842838,
  eventId: "5904751593700196492",
}); 

Endpoint

POST /v1/featured-content/event