# Removes a member from a subject group Endpoint: DELETE /v0/subjects/groups/{groupSubjectId}/members Version: 0 Security: authorization_code_with_pkce_0, client_credentials_0 ## Path parameters: - `groupSubjectId` (string, required) The id of the subject group ## Request fields (application/json): - `subjectIds` (array, required) ## Response 409 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) ## Response 204 fields ## Response 401 fields ## Response 404 fields