Method: alerts.delete
将指定的提醒标记为删除。标记为待删除的提醒会在 30 天后从提醒中心移除。将提醒标记为删除不会影响已标记为删除的提醒。尝试将不存在的提醒标记为删除会导致 NOT_FOUND
错误。
HTTP 请求
DELETE https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}
网址采用 gRPC 转码语法。
路径参数
参数 |
alertId |
string
必需。要删除的提醒的标识符。
|
查询参数
参数 |
customerId |
string
可选。与提醒关联的客户的 Google Workspace 账号的唯一标识符。customerId 必须具有首字母“C”删除(例如 046psxkn )。如果未提供,则根据来电者的身份推断得出。查找您的客户 ID。
|
授权范围
需要以下 OAuth 范围:
https://www.googleapis.com/auth/apps.alerts
有关详情,请参阅授权指南。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Permanently deletes a specified alert from Alert Center after a 30-day grace period."],["Requires the alert's unique identifier and optionally the Google Workspace customer ID."],["Uses an HTTP DELETE request with the alert ID as a path parameter and customer ID as an optional query parameter."],["Needs authorization with the `https://www.googleapis.com/auth/apps.alerts` scope."],["Returns an empty response body upon successful deletion."]]],[]]