Method: Oktakit::Client::Templates#remove_sms_template
- Defined in:
- lib/oktakit/client/templates.rb
#remove_sms_template(id, options = {}) ⇒ Hash<Sawyer::Resource>
Remove SMS Template
94 95 96 |
# File 'lib/oktakit/client/templates.rb', line 94 def remove_sms_template(id, = {}) delete("/templates/sms/#{id}", ) end |