Removes a user from a customer group without deleting the user record.
400Bad Request - The request is invalid due to missing or incorrect parameters.
401Unauthorized - API authentication failed due to an invalid or missing API key.
403Forbidden - The API key does not have sufficient permissions to perform this action.
404Not Found - The specified group ID or user UUID was not found. Verify the values and try again.
429Too Many Requests - The request limit has been exceeded. Reduce request frequency.
500Internal Server Error - An unexpected server error occurred. Contact support if the issue persists.
502Bad Gateway - The server received an invalid response. Retry the request.
503Service Unavailable - The service is temporarily unavailable. Try again later.
504Gateway Timeout - The server took too long to respond. Retry the request with exponential backoff.