The REST API manager the router belongs to.
Readonly
restThe REST API manager the router belongs to.
Remove a member from a group on Guilded.
groups.removeMember('abc', 'abc');
The ID of the group the member belongs to.
The ID of the member to remove from the group.
The group router for the Guilded REST API.
Example