aap_delete_workflow_template
Delete an Ansible Automation Platform workflow template by ID, with a confirmation step to prevent accidental deletion.
Instructions
Delete an AAP workflow template. DESTRUCTIVE - requires confirmation.
Args: params (DeleteWFTInput): - workflow_id (int): Workflow template ID - confirmation_token (Optional[str]): Token from first call
Returns: str: Confirmation prompt or success JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |