# Remove a user from a group Removes a shared user from a group. This does not stop the dashboard sharing relationship, it only removes them from the group. For extra context visit: Sharing Context Endpoint: DELETE /v1/shared/groups/{groupId}/members Version: 0.9.0 Security: bearer ## Path parameters: - `groupId` (string, required) The ID of the group ## Request fields (application/json): - `userId` (string, required) ID of the user to remove from the group Example: "a1b2c3d4-e5f6-7890-1234-567890abcdef" ## Response 200 fields (application/json): - `status` (string) Enum: "success" ## Response 400 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 401 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 500 fields (application/json): - `timestamp` (string) - `path` (string) - `message` (array) - `statusCode` (number) ## Response 404 fields