Required. Full resource name of TargetSite, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine/targetSites/{targetSite}.
If the caller does not have permission to access the TargetSite, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested TargetSite does not exist, a NOT_FOUND error is returned.
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-09 UTC."],[[["This page details the process for deleting a TargetSite, which is accessible via a specific URL structure defined through gRPC Transcoding."],["The HTTP request to delete a TargetSite uses the `DELETE` method with a predefined URL pattern containing project, location, collection, data store, and target site identifiers."],["To delete a TargetSite, you must provide the full resource name within the `name` parameter, and ensure you have the `discoveryengine.targetSites.delete` IAM permission."],["The request body must be empty for this deletion operation, and upon success, the response body will contain an instance of an `Operation`."],["Authorization requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope to complete this request."]]],[]]