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

Headers

authorization
string | null

Path Parameters

group_id
string
required
user_id
string
required

Response

Successful Response