permanently_delete_collective
Permanently delete a Collective from the trash; this irreversible action requires the Collective to be in the trash first. Optionally delete the underlying Nextcloud Team.
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. |