Delete a group

DELETE /v1/groups/{groupId}

Delete a group

Path parameters

  • groupId string Required

    The id of the group

Responses

  • 204

    Group successfully deleted

  • 400

    Malformed payload

  • 404

    Group not found

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