Delete a group.
curl --request DELETE \
--url https://api.example.com/api/v1/groups/{group_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request DELETE \
--url https://api.example.com/api/v1/groups/{group_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}