Groups
Delete Group
Deletes a Group
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
group_id*string
Response Body
application/json
application/json
curl -X DELETE "https://api.members.dev/v1/groups/string"{
"id": "string",
"deleted": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}