[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-07 UTC."],[[["\u003cp\u003eThis endpoint removes specified apps from a pretargeting configuration within Real-time Bidding.\u003c/p\u003e\n"],["\u003cp\u003eThe request must include a list of app IDs to remove from targeting, sent in the request body as a JSON array.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to provide the pretargeting configuration name using the specified URL path format.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful requests will return the updated PretargetingConfig object in the response body.\u003c/p\u003e\n"],["\u003cp\u003eTo use this endpoint, you need authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/realtime-bidding\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This API endpoint, `removeTargetedApps`, removes specified apps from a pretargeting configuration. The `POST` request targets a specific configuration via a URL path parameter: `pretargetingConfig`. The request body, in JSON, uses an array `appIds` to list the apps to be removed. The successful response returns an updated `PretargetingConfig`. Authorization requires the `https://www.googleapis.com/auth/realtime-bidding` OAuth scope.\n"],null,["# Method: bidders.pretargetingConfigs.removeTargetedApps\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRemoves targeted apps from the pretargeting configuration.\n\n### HTTP request\n\n`POST https://realtimebidding.googleapis.com/v1/{pretargetingConfig=bidders/*/pretargetingConfigs/*}:removeTargetedApps`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------------------|--------------------------------------------------------------------------------------------------------------------------------|\n| `pretargetingConfig` | `string` Required. The name of the pretargeting configuration. Format: bidders/{bidderAccountId}/pretargetingConfig/{configId} |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------|\n| ``` { \"appIds\": [ string ] } ``` |\n\n| Fields ||\n|------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `appIds[]` | `string` A list of app IDs to stop targeting in the pretargeting configuration. These values will be removed from the list of targeted app IDs in [PretargetingConfig.appTargeting.mobileAppTargeting.values](/authorized-buyers/apis/realtimebidding/reference/rest/v1/bidders.pretargetingConfigs#PretargetingConfig.FIELDS.app_targeting). |\n\n### Response body\n\nIf successful, the response body contains an instance of [PretargetingConfig](/authorized-buyers/apis/realtimebidding/reference/rest/v1/bidders.pretargetingConfigs#PretargetingConfig).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/realtime-bidding`"]]