删除触发器

删除 /groups/{groupId}/apps/{appId}/triggers/{triggerId}

从应用程序中删除现有触发器

路径参数

响应

  • 200 application/json

    成功删除触发器。

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