# Removes member from a specific team. Removes member from a specific team. Endpoint: DELETE /teams/{id}/members Version: v1 Security: Organisation ## Path parameters: - `publicId` (string, required) Id of the team. ## Request fields (application/json): - `organisationUserId` (string) Id of the user to remove as a member. Example: "ou_123abcder" ## Response 200 fields (application/json): - `deleted` (boolean) Example: true