Delete a trigger

DELETE /groups/{groupId}/apps/{appId}/triggers/{triggerId}

Remove an existing trigger from your application.

Path parameters

Responses

  • 200 application/json

    Successfully deleted the trigger.

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"