[null,null,["最后更新时间 (UTC):2025-07-28。"],[[["\u003cp\u003eThis page details how to delete an assigned targeting option from a line item using the Display & Video 360 API.\u003c/p\u003e\n"],["\u003cp\u003eThe operation requires specifying the advertiser ID, line item ID, targeting type, and assigned targeting option ID in the request path.\u003c/p\u003e\n"],["\u003cp\u003eConcurrent requests modifying the same line item using other specific endpoints are not permitted.\u003c/p\u003e\n"],["\u003cp\u003eThe request body should be empty, and a successful operation results in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/display-video\u003c/code\u003e scope.\u003c/p\u003e\n"]]],["This content details the process for deleting an assigned targeting option from a line item in the Display & Video 360 API. This action is done via a `DELETE` HTTP request to a specified URL, requiring `advertiserId`, `lineItemId`, `targetingType`, and `assignedTargetingOptionId` as path parameters. Concurrent deletion requests or other update requests to the same line item are prohibited. The request body must be empty, and a successful response will also have an empty body. OAuth scope `https://www.googleapis.com/auth/display-video` is needed.\n"],null,["# Method: advertisers.lineItems.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 a line item.\n\nRequests to this endpoint cannot be made concurrently with the following requests updating the same line item:\n\n- [lineItems.bulkEditLineItemAssignedTargetingOptions](/display-video/api/reference/rest/v1/advertisers.lineItems/bulkEditLineItemAssignedTargetingOptions#google.ads.displayvideo.v1.LineItemAssignedTargetingOptionsService.BulkEditLineItemAssignedTargetingOptions)\n- [lineItems.patch](/display-video/api/reference/rest/v1/advertisers.lineItems/patch#google.ads.displayvideo.v1.LineItemService.UpdateLineItem)\n- [assignedTargetingOptions.create](/display-video/api/reference/rest/v1/advertisers.lineItems.targetingTypes.assignedTargetingOptions/create#google.ads.displayvideo.v1.LineItemAssignedTargetingOptionsService.CreateLineItemAssignedTargetingOption)\n- [assignedTargetingOptions.delete](/display-video/api/reference/rest/v1/advertisers.lineItems.targetingTypes.assignedTargetingOptions/delete#google.ads.displayvideo.v1.LineItemAssignedTargetingOptionsService.DeleteLineItemAssignedTargetingOption)\n\n### HTTP request\n\n`DELETE https://displayvideo.googleapis.com/v1/advertisers/{advertiserId}/lineItems/{lineItemId}/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 the line item belongs to. |\n| `lineItemId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Required. The ID of the line item the assigned targeting option belongs to. |\n| `targetingType` | `enum (`[TargetingType](/display-video/api/reference/rest/v1/TargetingType)`)` Required. Identifies the type of this assigned targeting option. |\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)."]]