Remove a user from a group.
curl --request DELETE \
--url https://api.example.com/api/v1/groups/{group_id}/users/{user_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.snackbase.dev/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.example.com/api/v1/groups/{group_id}/users/{user_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}