Templates
Delete
Soft-deletes the template: the row survives but drops out of every read, and nothing that pointed at it is rewritten, so deleting an auto reply just stops any reply going out for the groups it covered. A User's last remaining signature cannot be deleted, and deleting another User's signature is refused unless the caller is a workspace owner or admin. Deleting an auto reply takes the same rights as creating one: workspace owner or admin, or group admin on every group the auto reply covers.
DELETE
/api/{tenant:minlength(2)}/v{version:apiVersion}/templates/{id}
Request arguments
| Name | Type | Source |
|---|---|---|
| id | Int32 |
Request body example
Response
Response body example
DTO_acknowledgement
| Name | Type | ReadOnly | Description |
|---|---|---|---|
| message | String | Message |
Generated Aug 4, 2026 18:37