# Delete User Group Users **DELETE /user-groups/{id}/users** This API call removes the specified list of users from a user group. ## Servers - Sandbox server URL: https://localhost:8080 (Sandbox server URL) ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer) User group ID. ### Body: application/json (object) - **users** (array[string]) Comma separated List of usernames. ## Responses ### 200 Success Response #### Body: application/json (object) - **id** (integer) User group id. - **status** (string) Status of request. - **messages** (array[string]) List of failure reasons. ### 400 Failed Response #### Body: application/json (object) - **id** (integer) User group id. - **status** (string) Status of request. - **messages** (array[string]) List of failure reasons. ### 401 Authentication Error. Invalid credentials. #### Body: application/json (object) - **code** (string) - **message** (string) - **description** (string) ### 403 Authorization Error. Invalid role for request. ### 404 Failed Response [Powered by Bump.sh](https://bump.sh)