Groups
Remove user from group
Removes a user from an existing group in Cognito
delete/groups/{id}/members/{user_id}
Path parameters
idstring required
the group's ID
user_idstring required
the id of the user being removed from the group
Response
User removed from group
Example response
{
"created": "YYYY-MM-DD hh:mm:ssZ",
"last_modified_date": "YYYY-MM-DD hh:mm:ssZ"
}