Required. Full resource name of Sitemap, such as projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine/sitemaps/{sitemap}.
If the caller does not have permission to access the Sitemap, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.
If the requested Sitemap 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-02-15 UTC."],[[["This webpage details the process for deleting a Sitemap resource within the Google Cloud Discovery Engine API."],["The HTTP request utilizes the `DELETE` method with a specific URL structure that includes the full resource name of the Sitemap you are trying to delete."],["The request requires a `name` path parameter, which is a string containing the full resource name of the Sitemap, formatted as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{dataStore}/siteSearchEngine/sitemaps/{sitemap}`."],["The request body for deleting a Sitemap must be empty, and the response body will be an `Operation` if the deletion is successful."],["To successfully delete a Sitemap, the user needs the `discoveryengine.sitemaps.delete` IAM permission on the `name` resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]