Sites: delete
需要授权
将某个网站从用户的 Search Console 网站组中移除。
立即试用。
请求
HTTP 请求
DELETE https://www.googleapis.com/webmasters/v3/sites/siteUrl
参数
参数名称 |
值 |
说明 |
路径参数 |
siteUrl |
string |
要删除的资源的网址,由 Search Console 定义。示例:
http://www.example.com/ (适用于网址前缀资源)或
sc-domain:example.com (针对网域资源)
|
授权
此请求需要获得下列范围的授权(详细了解身份验证和授权)。
范围 |
https://www.googleapis.com/auth/webmasters |
请求正文
使用此方法时请勿提供请求正文。
试试看!
使用下面的 API Explorer 对实际数据调用此方法,然后查看响应。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["This request removes a site from the user's Search Console sites."],["It uses an HTTP DELETE request with the site URL as a parameter."],["Requires authorization with the `https://www.googleapis.com/auth/webmasters` scope."],["The request body should be empty for successful execution."]]],["This API endpoint allows for the removal of a site from a user's Search Console sites. The `DELETE` request is sent to `https://www.googleapis.com/webmasters/v3/sites/siteUrl`, requiring authorization with the `https://www.googleapis.com/auth/webmasters` scope. The `siteUrl` parameter, a string, specifies the site to delete (e.g., `http://www.example.com/` or `sc-domain:example.com`). No request body is needed. A successful operation yields an empty response.\n"]]