ncloud_functions_delete_trigger
Permanently delete a Cloud Functions trigger by specifying its name and setting confirm to true to prevent accidental removal.
Instructions
⚠️ Destructive: Permanently delete a Cloud Functions trigger. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute the destructive operation | |
| platform | No | Platform type (default: vpc) | vpc |
| triggerName | Yes | Name of the trigger to delete |