aap_delete_inventory
Permanently delete an Ansible Automation Platform inventory. Two-step confirmation prevents accidental destruction: first call returns a token, second call with token completes the deletion.
Instructions
Delete an AAP inventory. DESTRUCTIVE - requires confirmation.
Args: params (DeleteInventoryInput): - inventory_id (int): Inventory 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 |