[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eDisplay & Video 360 API v1 is sunset and this documentation details the method for deleting assigned targeting options from an advertiser.\u003c/p\u003e\n"],["\u003cp\u003eThis is achieved through an HTTP DELETE request to a specific endpoint, requiring advertiser ID, targeting type, and assigned targeting option ID.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful deletion will result in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the 'https://www.googleapis.com/auth/display-video' scope for OAuth 2.0.\u003c/p\u003e\n"]]],["This document details how to delete an assigned targeting option from an advertiser using the Display & Video 360 API. The core action is a `DELETE` HTTP request to a specific URL, structured with `advertiserId`, `targetingType`, and `assignedTargetingOptionId` as path parameters. The request body must be empty and the successful response is also empty. The API uses gRPC Transcoding syntax and requires the `https://www.googleapis.com/auth/display-video` OAuth scope for authorization. Supported targeting types are provided.\n"],null,["# Method: advertisers.targetingTypes.assignedTargetingOptions.delete\n\n| Display \\& Video 360 API v1 has been sunset.\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\nDeletes an assigned targeting option from an advertiser.\n\n### HTTP request\n\n`DELETE https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/targetingTypes/{targetingType}/assignedTargetingOptions/{assignedTargetingOptionId}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `advertiserId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the advertiser. |\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v1/TargetingType)`)` Required. Identifies the type of this assigned targeting option. Supported targeting types: - [`TARGETING_TYPE_CHANNEL`](/display-video/api/reference/rest/v1/TargetingType#ENUM_VALUES.TARGETING_TYPE_CHANNEL) - [`TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION`](/display-video/api/reference/rest/v1/TargetingType#ENUM_VALUES.TARGETING_TYPE_DIGITAL_CONTENT_LABEL_EXCLUSION) - [`TARGETING_TYPE_OMID`](/display-video/api/reference/rest/v1/TargetingType#ENUM_VALUES.TARGETING_TYPE_OMID) - [`TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION`](/display-video/api/reference/rest/v1/TargetingType#ENUM_VALUES.TARGETING_TYPE_SENSITIVE_CATEGORY_EXCLUSION) |\n| `assignedTargetingOptionId` | `string` Required. The ID of the assigned targeting option to delete. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/display-video`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]