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