Unlink a group from a channel

DELETE /v1/channels/{channelId}/groups/{groupId}

Unlink a group from a channel

Path parameters

  • channelId string Required

    The id of the channel

  • groupId string Required

    The id of the group

Responses

  • 204

    Group successfully unlink

  • 400

    Malformed payload

  • 404

    Channel or Group not found

DELETE /v1/channels/{channelId}/groups/{groupId}
curl \
 --request DELETE 'https://openapi.meltingspot.io/v1/channels/{channelId}/groups/{groupId}'