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