Delete a notification endpoint
通知
删除 Notification Endpoint
POST
Delete a notification endpoint
根据 列出 Notification Endpoints 返回的
apiNotificationId 删除一个已注册的通知端点。每次调用只能删除一个端点。响应不含 Payload——请读取 meta.status 以确认结果。
您只能删除自己的账户通过本 API 注册的端点。若 apiNotificationId 不存在或属于其他账户,会返回 HTTP 200,meta.status 为 400,meta.errorCode 为 VALIDATION_FAILED:
幂等性
x-returnhelper-idempotency-key 请求头为选填。不带该请求头的调用会正常执行,但不具备防重复的保护。请参阅幂等性。
相关
授权
Your API key
Your API token — keep this private
请求体
application/json
Identifier of the notification endpoint to delete, as returned by /api/Notification/GetAll.
示例:
1234
响应
Success — returns the standard response envelope with no additional payload fields. Inspect meta.status to confirm the deletion succeeded.
Universal response envelope. Successful responses include the business payload as additional top-level fields alongside correlationId and meta. Failed responses (auth errors, validation errors) only populate correlationId and meta, with meta.errorCode and meta.error describing the failure.