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