Notification (Topic) Templates
Delete a Notification (Topic) Template
DELETE
https://cirro.io/api/v2/notification_templates/:id
Parameters
No parameters are needed.
Example
1client = CirroIOV2::Client.new(...)
2client.NotificationTemplate.delete("1")