authentik_delete
Permanently delete Authentik resources such as users, groups, apps, tokens, flows, and policy bindings by specifying the operation and parameters.
Instructions
Delete Authentik resources (destructive, irreversible).
Call with operation="help" to list all available delete operations. Otherwise pass the operation name and a JSON object with parameters.
Example: authentik_delete(operation="DeleteUser", params={"id": 1})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | ||
| operation | Yes |