permanently_delete_collective
Permanently delete a collective from trash and optionally its underlying team. Irreversible action; use only for collectives already in trash.
Instructions
Permanently delete a Collective from the trash. THIS IS IRREVERSIBLE. The Collective must already be in the trash (use delete_collective first). Set deleteTeam=true to also remove the underlying Nextcloud Team.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Collective id from list_trashed_collectives. | |
| deleteTeam | No | Also delete the underlying Team (Circle). Default false. |