aap_delete_organization
Delete an Ansible Automation Platform organization using a two-step token confirmation. Call once to request a token, then call again with the token to confirm and remove the organization.
Instructions
Delete an AAP organization. DESTRUCTIVE - requires confirmation token.
Call once without confirmation_token to get a token, then call again with the token to confirm deletion.
Args: params (DeleteOrgInput): - org_id (int): Organization ID - confirmation_token (Optional[str]): Token from first call
Returns: str: Confirmation request message, or success/error JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |