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

Headers

authorization
string | null

Path Parameters

group_id
string
required

Response

Successful Response