ncloud_functions_delete_action
Permanently delete a Cloud Functions action from a specified package on Naver Cloud Platform. Execute with confirm=true to complete the removal.
Instructions
⚠️ Destructive: Permanently delete a Cloud Functions action. 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 |
| actionName | Yes | Name of the action to delete | |
| packageName | Yes | Package name containing the action |