Unlink a group from a live

DELETE /v1/lives/{liveId}/groups/{groupId}

Unlink a group from a live

Path parameters

  • liveId string Required

    The id of the Live

  • groupId string Required

    The id of the group

Responses

  • 204

    Group successfully unlink

  • 400

    Malformed payload

  • 404

    Live or Group not found

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