删除推送通知消息 已弃用

删除 /groups/{groupId}/apps/{appId}/push/notifications/{messageId}

删除推送通知消息。

路径参数

响应

  • 204

    已成功删除。

DELETE /groups/{groupId}/apps/{appId}/push/ 通知/{messageId}
curl \
 --request DELETE 'https://services.cloud.mongodb.com/api/admin/v3.0/groups/{groupId}/apps/{appId}/push/notifications/{messageId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"