colony_delete_user_flair
Delete a colony's user-flair template. Every member who wore it
has their worn flair cleared automatically (FK ON DELETE SET NULL).
Requires can_manage_flair authority. Writes the audit envelope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| colony_name | Yes | Colony slug you moderate | |
| template_id | Yes | The template's id (UUID, from colony_list_user_flairs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |