twilio-ruby 5.25.4 → 5.26.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (220) hide show
  1. checksums.yaml +4 -4
  2. data/.rubocop.yml +1 -3
  3. data/.travis.yml +3 -0
  4. data/CHANGES.md +24 -0
  5. data/README.md +22 -14
  6. data/lib/twilio-ruby/http/http_client.rb +4 -3
  7. data/lib/twilio-ruby/rest/accounts/v1/credential/aws.rb +2 -2
  8. data/lib/twilio-ruby/rest/accounts/v1/credential/public_key.rb +2 -2
  9. data/lib/twilio-ruby/rest/api/v2010/account/address.rb +2 -2
  10. data/lib/twilio-ruby/rest/api/v2010/account/application.rb +2 -2
  11. data/lib/twilio-ruby/rest/api/v2010/account/call.rb +10 -4
  12. data/lib/twilio-ruby/rest/api/v2010/account/call/feedback_summary.rb +2 -2
  13. data/lib/twilio-ruby/rest/api/v2010/account/call/notification.rb +2 -2
  14. data/lib/twilio-ruby/rest/api/v2010/account/call/recording.rb +2 -2
  15. data/lib/twilio-ruby/rest/api/v2010/account/conference/participant.rb +4 -4
  16. data/lib/twilio-ruby/rest/api/v2010/account/conference/recording.rb +2 -2
  17. data/lib/twilio-ruby/rest/api/v2010/account/connect_app.rb +2 -2
  18. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number.rb +2 -2
  19. data/lib/twilio-ruby/rest/api/v2010/account/incoming_phone_number/assigned_add_on.rb +2 -2
  20. data/lib/twilio-ruby/rest/api/v2010/account/key.rb +2 -2
  21. data/lib/twilio-ruby/rest/api/v2010/account/message.rb +2 -2
  22. data/lib/twilio-ruby/rest/api/v2010/account/message/media.rb +2 -2
  23. data/lib/twilio-ruby/rest/api/v2010/account/notification.rb +2 -2
  24. data/lib/twilio-ruby/rest/api/v2010/account/outgoing_caller_id.rb +2 -2
  25. data/lib/twilio-ruby/rest/api/v2010/account/queue.rb +2 -2
  26. data/lib/twilio-ruby/rest/api/v2010/account/recording.rb +2 -2
  27. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result.rb +2 -2
  28. data/lib/twilio-ruby/rest/api/v2010/account/recording/add_on_result/payload.rb +2 -2
  29. data/lib/twilio-ruby/rest/api/v2010/account/recording/transcription.rb +2 -2
  30. data/lib/twilio-ruby/rest/api/v2010/account/signing_key.rb +2 -2
  31. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list.rb +2 -2
  32. data/lib/twilio-ruby/rest/api/v2010/account/sip/credential_list/credential.rb +2 -2
  33. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain.rb +2 -2
  34. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_credential_list_mapping.rb +2 -2
  35. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_calls_mapping/auth_calls_ip_access_control_list_mapping.rb +2 -2
  36. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/auth_types/auth_registrations_mapping/auth_registrations_credential_list_mapping.rb +2 -2
  37. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/credential_list_mapping.rb +2 -2
  38. data/lib/twilio-ruby/rest/api/v2010/account/sip/domain/ip_access_control_list_mapping.rb +2 -2
  39. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list.rb +2 -2
  40. data/lib/twilio-ruby/rest/api/v2010/account/sip/ip_access_control_list/ip_address.rb +2 -2
  41. data/lib/twilio-ruby/rest/api/v2010/account/transcription.rb +2 -2
  42. data/lib/twilio-ruby/rest/api/v2010/account/usage/trigger.rb +2 -2
  43. data/lib/twilio-ruby/rest/authy/v1/service.rb +2 -2
  44. data/lib/twilio-ruby/rest/authy/v1/service/entity.rb +2 -2
  45. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor.rb +2 -2
  46. data/lib/twilio-ruby/rest/authy/v1/service/entity/factor/challenge.rb +2 -2
  47. data/lib/twilio-ruby/rest/autopilot/v1/assistant.rb +2 -2
  48. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type.rb +2 -2
  49. data/lib/twilio-ruby/rest/autopilot/v1/assistant/field_type/field_value.rb +2 -2
  50. data/lib/twilio-ruby/rest/autopilot/v1/assistant/model_build.rb +2 -2
  51. data/lib/twilio-ruby/rest/autopilot/v1/assistant/query.rb +2 -2
  52. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task.rb +2 -2
  53. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/field.rb +2 -2
  54. data/lib/twilio-ruby/rest/autopilot/v1/assistant/task/sample.rb +2 -2
  55. data/lib/twilio-ruby/rest/autopilot/v1/assistant/webhook.rb +2 -2
  56. data/lib/twilio-ruby/rest/chat/v1/credential.rb +2 -2
  57. data/lib/twilio-ruby/rest/chat/v1/service.rb +2 -2
  58. data/lib/twilio-ruby/rest/chat/v1/service/channel.rb +2 -2
  59. data/lib/twilio-ruby/rest/chat/v1/service/channel/invite.rb +2 -2
  60. data/lib/twilio-ruby/rest/chat/v1/service/channel/member.rb +2 -2
  61. data/lib/twilio-ruby/rest/chat/v1/service/channel/message.rb +2 -2
  62. data/lib/twilio-ruby/rest/chat/v1/service/role.rb +2 -2
  63. data/lib/twilio-ruby/rest/chat/v1/service/user.rb +2 -2
  64. data/lib/twilio-ruby/rest/chat/v2.rb +2 -4
  65. data/lib/twilio-ruby/rest/chat/v2/credential.rb +12 -14
  66. data/lib/twilio-ruby/rest/chat/v2/service.rb +35 -43
  67. data/lib/twilio-ruby/rest/chat/v2/service/binding.rb +17 -19
  68. data/lib/twilio-ruby/rest/chat/v2/service/channel.rb +28 -24
  69. data/lib/twilio-ruby/rest/chat/v2/service/channel/invite.rb +17 -16
  70. data/lib/twilio-ruby/rest/chat/v2/service/channel/member.rb +43 -44
  71. data/lib/twilio-ruby/rest/chat/v2/service/channel/message.rb +38 -37
  72. data/lib/twilio-ruby/rest/chat/v2/service/channel/webhook.rb +25 -26
  73. data/lib/twilio-ruby/rest/chat/v2/service/role.rb +19 -17
  74. data/lib/twilio-ruby/rest/chat/v2/service/user.rb +17 -17
  75. data/lib/twilio-ruby/rest/chat/v2/service/user/user_binding.rb +25 -27
  76. data/lib/twilio-ruby/rest/chat/v2/service/user/user_channel.rb +8 -5
  77. data/lib/twilio-ruby/rest/conversations/v1/conversation.rb +32 -6
  78. data/lib/twilio-ruby/rest/conversations/v1/conversation/message.rb +30 -6
  79. data/lib/twilio-ruby/rest/conversations/v1/conversation/participant.rb +27 -6
  80. data/lib/twilio-ruby/rest/conversations/v1/conversation/webhook.rb +2 -2
  81. data/lib/twilio-ruby/rest/fax/v1/fax.rb +2 -2
  82. data/lib/twilio-ruby/rest/fax/v1/fax/fax_media.rb +2 -2
  83. data/lib/twilio-ruby/rest/flex_api/v1/channel.rb +2 -2
  84. data/lib/twilio-ruby/rest/flex_api/v1/configuration.rb +14 -0
  85. data/lib/twilio-ruby/rest/flex_api/v1/flex_flow.rb +2 -2
  86. data/lib/twilio-ruby/rest/flex_api/v1/web_channel.rb +2 -2
  87. data/lib/twilio-ruby/rest/ip_messaging/v1/credential.rb +2 -2
  88. data/lib/twilio-ruby/rest/ip_messaging/v1/service.rb +2 -2
  89. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel.rb +2 -2
  90. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/invite.rb +2 -2
  91. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/member.rb +2 -2
  92. data/lib/twilio-ruby/rest/ip_messaging/v1/service/channel/message.rb +2 -2
  93. data/lib/twilio-ruby/rest/ip_messaging/v1/service/role.rb +2 -2
  94. data/lib/twilio-ruby/rest/ip_messaging/v1/service/user.rb +2 -2
  95. data/lib/twilio-ruby/rest/ip_messaging/v2.rb +2 -4
  96. data/lib/twilio-ruby/rest/ip_messaging/v2/credential.rb +12 -14
  97. data/lib/twilio-ruby/rest/ip_messaging/v2/service.rb +35 -43
  98. data/lib/twilio-ruby/rest/ip_messaging/v2/service/binding.rb +17 -19
  99. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel.rb +28 -24
  100. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/invite.rb +17 -16
  101. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/member.rb +43 -44
  102. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/message.rb +38 -37
  103. data/lib/twilio-ruby/rest/ip_messaging/v2/service/channel/webhook.rb +25 -26
  104. data/lib/twilio-ruby/rest/ip_messaging/v2/service/role.rb +19 -17
  105. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user.rb +17 -17
  106. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_binding.rb +25 -27
  107. data/lib/twilio-ruby/rest/ip_messaging/v2/service/user/user_channel.rb +8 -5
  108. data/lib/twilio-ruby/rest/messaging/v1/service.rb +2 -2
  109. data/lib/twilio-ruby/rest/messaging/v1/service/alpha_sender.rb +2 -2
  110. data/lib/twilio-ruby/rest/messaging/v1/service/phone_number.rb +2 -2
  111. data/lib/twilio-ruby/rest/messaging/v1/service/short_code.rb +2 -2
  112. data/lib/twilio-ruby/rest/messaging/v1/session.rb +2 -2
  113. data/lib/twilio-ruby/rest/messaging/v1/session/message.rb +2 -2
  114. data/lib/twilio-ruby/rest/messaging/v1/session/participant.rb +2 -2
  115. data/lib/twilio-ruby/rest/messaging/v1/session/webhook.rb +2 -2
  116. data/lib/twilio-ruby/rest/monitor/v1/alert.rb +2 -2
  117. data/lib/twilio-ruby/rest/notify/v1/credential.rb +2 -2
  118. data/lib/twilio-ruby/rest/notify/v1/service.rb +2 -2
  119. data/lib/twilio-ruby/rest/notify/v1/service/binding.rb +2 -2
  120. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet.rb +2 -2
  121. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/certificate.rb +2 -2
  122. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/deployment.rb +2 -2
  123. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/device.rb +2 -2
  124. data/lib/twilio-ruby/rest/preview/deployed_devices/fleet/key.rb +2 -2
  125. data/lib/twilio-ruby/rest/preview/hosted_numbers/hosted_number_order.rb +2 -2
  126. data/lib/twilio-ruby/rest/preview/marketplace/installed_add_on.rb +2 -2
  127. data/lib/twilio-ruby/rest/preview/sync/service.rb +2 -2
  128. data/lib/twilio-ruby/rest/preview/sync/service/document.rb +2 -2
  129. data/lib/twilio-ruby/rest/preview/sync/service/document/document_permission.rb +2 -2
  130. data/lib/twilio-ruby/rest/preview/sync/service/sync_list.rb +2 -2
  131. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_item.rb +2 -2
  132. data/lib/twilio-ruby/rest/preview/sync/service/sync_list/sync_list_permission.rb +2 -2
  133. data/lib/twilio-ruby/rest/preview/sync/service/sync_map.rb +2 -2
  134. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_item.rb +2 -2
  135. data/lib/twilio-ruby/rest/preview/sync/service/sync_map/sync_map_permission.rb +2 -2
  136. data/lib/twilio-ruby/rest/preview/trusted_comms/branded_call.rb +10 -2
  137. data/lib/twilio-ruby/rest/preview/understand/assistant.rb +2 -2
  138. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type.rb +2 -2
  139. data/lib/twilio-ruby/rest/preview/understand/assistant/field_type/field_value.rb +2 -2
  140. data/lib/twilio-ruby/rest/preview/understand/assistant/model_build.rb +2 -2
  141. data/lib/twilio-ruby/rest/preview/understand/assistant/query.rb +2 -2
  142. data/lib/twilio-ruby/rest/preview/understand/assistant/task.rb +2 -2
  143. data/lib/twilio-ruby/rest/preview/understand/assistant/task/field.rb +2 -2
  144. data/lib/twilio-ruby/rest/preview/understand/assistant/task/sample.rb +2 -2
  145. data/lib/twilio-ruby/rest/preview/wireless/rate_plan.rb +2 -2
  146. data/lib/twilio-ruby/rest/proxy/v1/service.rb +2 -2
  147. data/lib/twilio-ruby/rest/proxy/v1/service/phone_number.rb +2 -2
  148. data/lib/twilio-ruby/rest/proxy/v1/service/session.rb +2 -2
  149. data/lib/twilio-ruby/rest/proxy/v1/service/session/interaction.rb +2 -2
  150. data/lib/twilio-ruby/rest/proxy/v1/service/session/participant.rb +2 -2
  151. data/lib/twilio-ruby/rest/proxy/v1/service/short_code.rb +2 -2
  152. data/lib/twilio-ruby/rest/serverless/v1/service.rb +2 -2
  153. data/lib/twilio-ruby/rest/serverless/v1/service/asset.rb +2 -2
  154. data/lib/twilio-ruby/rest/serverless/v1/service/build.rb +2 -2
  155. data/lib/twilio-ruby/rest/serverless/v1/service/environment.rb +2 -2
  156. data/lib/twilio-ruby/rest/serverless/v1/service/environment/variable.rb +2 -2
  157. data/lib/twilio-ruby/rest/serverless/v1/service/function.rb +2 -2
  158. data/lib/twilio-ruby/rest/studio.rb +2 -1
  159. data/lib/twilio-ruby/rest/studio/v1.rb +1 -1
  160. data/lib/twilio-ruby/rest/studio/v1/flow.rb +13 -13
  161. data/lib/twilio-ruby/rest/studio/v1/flow/engagement.rb +25 -24
  162. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/engagement_context.rb +11 -11
  163. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step.rb +20 -20
  164. data/lib/twilio-ruby/rest/studio/v1/flow/engagement/step/step_context.rb +15 -17
  165. data/lib/twilio-ruby/rest/studio/v1/flow/execution.rb +44 -38
  166. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_context.rb +12 -11
  167. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step.rb +21 -20
  168. data/lib/twilio-ruby/rest/studio/v1/flow/execution/execution_step/execution_step_context.rb +18 -17
  169. data/lib/twilio-ruby/rest/sync.rb +2 -1
  170. data/lib/twilio-ruby/rest/sync/v1.rb +1 -1
  171. data/lib/twilio-ruby/rest/sync/v1/service.rb +90 -93
  172. data/lib/twilio-ruby/rest/sync/v1/service/document.rb +46 -33
  173. data/lib/twilio-ruby/rest/sync/v1/service/document/document_permission.rb +36 -38
  174. data/lib/twilio-ruby/rest/sync/v1/service/sync_list.rb +44 -31
  175. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_item.rb +94 -76
  176. data/lib/twilio-ruby/rest/sync/v1/service/sync_list/sync_list_permission.rb +37 -38
  177. data/lib/twilio-ruby/rest/sync/v1/service/sync_map.rb +45 -33
  178. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_item.rb +98 -81
  179. data/lib/twilio-ruby/rest/sync/v1/service/sync_map/sync_map_permission.rb +35 -38
  180. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream.rb +39 -28
  181. data/lib/twilio-ruby/rest/sync/v1/service/sync_stream/stream_message.rb +14 -12
  182. data/lib/twilio-ruby/rest/taskrouter/v1/workspace.rb +2 -2
  183. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/activity.rb +2 -2
  184. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task.rb +2 -2
  185. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_channel.rb +2 -2
  186. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/task_queue.rb +2 -2
  187. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/worker.rb +2 -2
  188. data/lib/twilio-ruby/rest/taskrouter/v1/workspace/workflow.rb +2 -2
  189. data/lib/twilio-ruby/rest/trunking/v1/trunk.rb +2 -2
  190. data/lib/twilio-ruby/rest/trunking/v1/trunk/credential_list.rb +2 -2
  191. data/lib/twilio-ruby/rest/trunking/v1/trunk/ip_access_control_list.rb +2 -2
  192. data/lib/twilio-ruby/rest/trunking/v1/trunk/origination_url.rb +2 -2
  193. data/lib/twilio-ruby/rest/trunking/v1/trunk/phone_number.rb +2 -2
  194. data/lib/twilio-ruby/rest/trunking/v1/trunk/terminating_sip_domain.rb +2 -2
  195. data/lib/twilio-ruby/rest/verify/v2/service.rb +2 -2
  196. data/lib/twilio-ruby/rest/verify/v2/service/messaging_configuration.rb +2 -2
  197. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit.rb +3 -3
  198. data/lib/twilio-ruby/rest/verify/v2/service/rate_limit/bucket.rb +2 -2
  199. data/lib/twilio-ruby/rest/video/v1/composition.rb +2 -2
  200. data/lib/twilio-ruby/rest/video/v1/composition_hook.rb +2 -2
  201. data/lib/twilio-ruby/rest/video/v1/recording.rb +2 -2
  202. data/lib/twilio-ruby/rest/video/v1/room/recording.rb +2 -2
  203. data/lib/twilio-ruby/rest/wireless.rb +3 -3
  204. data/lib/twilio-ruby/rest/wireless/v1.rb +3 -6
  205. data/lib/twilio-ruby/rest/wireless/v1/command.rb +54 -52
  206. data/lib/twilio-ruby/rest/wireless/v1/rate_plan.rb +64 -65
  207. data/lib/twilio-ruby/rest/wireless/v1/sim.rb +147 -141
  208. data/lib/twilio-ruby/rest/wireless/v1/sim/data_session.rb +34 -28
  209. data/lib/twilio-ruby/rest/wireless/v1/sim/usage_record.rb +32 -32
  210. data/lib/twilio-ruby/rest/wireless/v1/usage_record.rb +19 -19
  211. data/lib/twilio-ruby/version.rb +1 -1
  212. data/spec/integration/api/v2010/account/call_spec.rb +45 -0
  213. data/spec/integration/api/v2010/account/message_spec.rb +37 -0
  214. data/spec/integration/conversations/v1/conversation/message_spec.rb +5 -0
  215. data/spec/integration/conversations/v1/conversation/participant_spec.rb +8 -10
  216. data/spec/integration/conversations/v1/conversation_spec.rb +4 -0
  217. data/spec/integration/flex_api/v1/configuration_spec.rb +24 -0
  218. data/spec/integration/preview/trusted_comms/branded_call_spec.rb +1 -0
  219. data/spec/integration/verify/v2/service/verification_spec.rb +1 -1
  220. metadata +2 -2
@@ -228,7 +228,7 @@ module Twilio
228
228
 
229
229
  ##
230
230
  # Deletes the AssignedAddOnInstance
231
- # @return [Boolean] true if delete succeeds, true otherwise
231
+ # @return [Boolean] true if delete succeeds, false otherwise
232
232
  def delete
233
233
  @version.delete('delete', @uri)
234
234
  end
@@ -410,7 +410,7 @@ module Twilio
410
410
 
411
411
  ##
412
412
  # Deletes the AssignedAddOnInstance
413
- # @return [Boolean] true if delete succeeds, true otherwise
413
+ # @return [Boolean] true if delete succeeds, false otherwise
414
414
  def delete
415
415
  context.delete
416
416
  end
@@ -196,7 +196,7 @@ module Twilio
196
196
 
197
197
  ##
198
198
  # Deletes the KeyInstance
199
- # @return [Boolean] true if delete succeeds, true otherwise
199
+ # @return [Boolean] true if delete succeeds, false otherwise
200
200
  def delete
201
201
  @version.delete('delete', @uri)
202
202
  end
@@ -295,7 +295,7 @@ module Twilio
295
295
 
296
296
  ##
297
297
  # Deletes the KeyInstance
298
- # @return [Boolean] true if delete succeeds, true otherwise
298
+ # @return [Boolean] true if delete succeeds, false otherwise
299
299
  def delete
300
300
  context.delete
301
301
  end
@@ -300,7 +300,7 @@ module Twilio
300
300
 
301
301
  ##
302
302
  # Deletes the MessageInstance
303
- # @return [Boolean] true if delete succeeds, true otherwise
303
+ # @return [Boolean] true if delete succeeds, false otherwise
304
304
  def delete
305
305
  @version.delete('delete', @uri)
306
306
  end
@@ -562,7 +562,7 @@ module Twilio
562
562
 
563
563
  ##
564
564
  # Deletes the MessageInstance
565
- # @return [Boolean] true if delete succeeds, true otherwise
565
+ # @return [Boolean] true if delete succeeds, false otherwise
566
566
  def delete
567
567
  context.delete
568
568
  end
@@ -198,7 +198,7 @@ module Twilio
198
198
 
199
199
  ##
200
200
  # Deletes the MediaInstance
201
- # @return [Boolean] true if delete succeeds, true otherwise
201
+ # @return [Boolean] true if delete succeeds, false otherwise
202
202
  def delete
203
203
  @version.delete('delete', @uri)
204
204
  end
@@ -335,7 +335,7 @@ module Twilio
335
335
 
336
336
  ##
337
337
  # Deletes the MediaInstance
338
- # @return [Boolean] true if delete succeeds, true otherwise
338
+ # @return [Boolean] true if delete succeeds, false otherwise
339
339
  def delete
340
340
  context.delete
341
341
  end
@@ -220,7 +220,7 @@ module Twilio
220
220
 
221
221
  ##
222
222
  # Deletes the NotificationInstance
223
- # @return [Boolean] true if delete succeeds, true otherwise
223
+ # @return [Boolean] true if delete succeeds, false otherwise
224
224
  def delete
225
225
  @version.delete('delete', @uri)
226
226
  end
@@ -402,7 +402,7 @@ module Twilio
402
402
 
403
403
  ##
404
404
  # Deletes the NotificationInstance
405
- # @return [Boolean] true if delete succeeds, true otherwise
405
+ # @return [Boolean] true if delete succeeds, false otherwise
406
406
  def delete
407
407
  context.delete
408
408
  end
@@ -230,7 +230,7 @@ module Twilio
230
230
 
231
231
  ##
232
232
  # Deletes the OutgoingCallerIdInstance
233
- # @return [Boolean] true if delete succeeds, true otherwise
233
+ # @return [Boolean] true if delete succeeds, false otherwise
234
234
  def delete
235
235
  @version.delete('delete', @uri)
236
236
  end
@@ -351,7 +351,7 @@ module Twilio
351
351
 
352
352
  ##
353
353
  # Deletes the OutgoingCallerIdInstance
354
- # @return [Boolean] true if delete succeeds, true otherwise
354
+ # @return [Boolean] true if delete succeeds, false otherwise
355
355
  def delete
356
356
  context.delete
357
357
  end
@@ -222,7 +222,7 @@ module Twilio
222
222
 
223
223
  ##
224
224
  # Deletes the QueueInstance
225
- # @return [Boolean] true if delete succeeds, true otherwise
225
+ # @return [Boolean] true if delete succeeds, false otherwise
226
226
  def delete
227
227
  @version.delete('delete', @uri)
228
228
  end
@@ -381,7 +381,7 @@ module Twilio
381
381
 
382
382
  ##
383
383
  # Deletes the QueueInstance
384
- # @return [Boolean] true if delete succeeds, true otherwise
384
+ # @return [Boolean] true if delete succeeds, false otherwise
385
385
  def delete
386
386
  context.delete
387
387
  end
@@ -225,7 +225,7 @@ module Twilio
225
225
 
226
226
  ##
227
227
  # Deletes the RecordingInstance
228
- # @return [Boolean] true if delete succeeds, true otherwise
228
+ # @return [Boolean] true if delete succeeds, false otherwise
229
229
  def delete
230
230
  @version.delete('delete', @uri)
231
231
  end
@@ -458,7 +458,7 @@ module Twilio
458
458
 
459
459
  ##
460
460
  # Deletes the RecordingInstance
461
- # @return [Boolean] true if delete succeeds, true otherwise
461
+ # @return [Boolean] true if delete succeeds, false otherwise
462
462
  def delete
463
463
  context.delete
464
464
  end
@@ -199,7 +199,7 @@ module Twilio
199
199
 
200
200
  ##
201
201
  # Deletes the AddOnResultInstance
202
- # @return [Boolean] true if delete succeeds, true otherwise
202
+ # @return [Boolean] true if delete succeeds, false otherwise
203
203
  def delete
204
204
  @version.delete('delete', @uri)
205
205
  end
@@ -372,7 +372,7 @@ module Twilio
372
372
 
373
373
  ##
374
374
  # Deletes the AddOnResultInstance
375
- # @return [Boolean] true if delete succeeds, true otherwise
375
+ # @return [Boolean] true if delete succeeds, false otherwise
376
376
  def delete
377
377
  context.delete
378
378
  end
@@ -212,7 +212,7 @@ module Twilio
212
212
 
213
213
  ##
214
214
  # Deletes the PayloadInstance
215
- # @return [Boolean] true if delete succeeds, true otherwise
215
+ # @return [Boolean] true if delete succeeds, false otherwise
216
216
  def delete
217
217
  @version.delete('delete', @uri)
218
218
  end
@@ -367,7 +367,7 @@ module Twilio
367
367
 
368
368
  ##
369
369
  # Deletes the PayloadInstance
370
- # @return [Boolean] true if delete succeeds, true otherwise
370
+ # @return [Boolean] true if delete succeeds, false otherwise
371
371
  def delete
372
372
  context.delete
373
373
  end
@@ -198,7 +198,7 @@ module Twilio
198
198
 
199
199
  ##
200
200
  # Deletes the TranscriptionInstance
201
- # @return [Boolean] true if delete succeeds, true otherwise
201
+ # @return [Boolean] true if delete succeeds, false otherwise
202
202
  def delete
203
203
  @version.delete('delete', @uri)
204
204
  end
@@ -364,7 +364,7 @@ module Twilio
364
364
 
365
365
  ##
366
366
  # Deletes the TranscriptionInstance
367
- # @return [Boolean] true if delete succeeds, true otherwise
367
+ # @return [Boolean] true if delete succeeds, false otherwise
368
368
  def delete
369
369
  context.delete
370
370
  end
@@ -202,7 +202,7 @@ module Twilio
202
202
 
203
203
  ##
204
204
  # Deletes the SigningKeyInstance
205
- # @return [Boolean] true if delete succeeds, true otherwise
205
+ # @return [Boolean] true if delete succeeds, false otherwise
206
206
  def delete
207
207
  @version.delete('delete', @uri)
208
208
  end
@@ -299,7 +299,7 @@ module Twilio
299
299
 
300
300
  ##
301
301
  # Deletes the SigningKeyInstance
302
- # @return [Boolean] true if delete succeeds, true otherwise
302
+ # @return [Boolean] true if delete succeeds, false otherwise
303
303
  def delete
304
304
  context.delete
305
305
  end
@@ -227,7 +227,7 @@ module Twilio
227
227
 
228
228
  ##
229
229
  # Deletes the CredentialListInstance
230
- # @return [Boolean] true if delete succeeds, true otherwise
230
+ # @return [Boolean] true if delete succeeds, false otherwise
231
231
  def delete
232
232
  @version.delete('delete', @uri)
233
233
  end
@@ -369,7 +369,7 @@ module Twilio
369
369
 
370
370
  ##
371
371
  # Deletes the CredentialListInstance
372
- # @return [Boolean] true if delete succeeds, true otherwise
372
+ # @return [Boolean] true if delete succeeds, false otherwise
373
373
  def delete
374
374
  context.delete
375
375
  end
@@ -245,7 +245,7 @@ module Twilio
245
245
 
246
246
  ##
247
247
  # Deletes the CredentialInstance
248
- # @return [Boolean] true if delete succeeds, true otherwise
248
+ # @return [Boolean] true if delete succeeds, false otherwise
249
249
  def delete
250
250
  @version.delete('delete', @uri)
251
251
  end
@@ -376,7 +376,7 @@ module Twilio
376
376
 
377
377
  ##
378
378
  # Deletes the CredentialInstance
379
- # @return [Boolean] true if delete succeeds, true otherwise
379
+ # @return [Boolean] true if delete succeeds, false otherwise
380
380
  def delete
381
381
  context.delete
382
382
  end
@@ -272,7 +272,7 @@ module Twilio
272
272
 
273
273
  ##
274
274
  # Deletes the DomainInstance
275
- # @return [Boolean] true if delete succeeds, true otherwise
275
+ # @return [Boolean] true if delete succeeds, false otherwise
276
276
  def delete
277
277
  @version.delete('delete', @uri)
278
278
  end
@@ -553,7 +553,7 @@ module Twilio
553
553
 
554
554
  ##
555
555
  # Deletes the DomainInstance
556
- # @return [Boolean] true if delete succeeds, true otherwise
556
+ # @return [Boolean] true if delete succeeds, false otherwise
557
557
  def delete
558
558
  context.delete
559
559
  end
@@ -222,7 +222,7 @@ module Twilio
222
222
 
223
223
  ##
224
224
  # Deletes the AuthCallsCredentialListMappingInstance
225
- # @return [Boolean] true if delete succeeds, true otherwise
225
+ # @return [Boolean] true if delete succeeds, false otherwise
226
226
  def delete
227
227
  @version.delete('delete', @uri)
228
228
  end
@@ -331,7 +331,7 @@ module Twilio
331
331
 
332
332
  ##
333
333
  # Deletes the AuthCallsCredentialListMappingInstance
334
- # @return [Boolean] true if delete succeeds, true otherwise
334
+ # @return [Boolean] true if delete succeeds, false otherwise
335
335
  def delete
336
336
  context.delete
337
337
  end
@@ -222,7 +222,7 @@ module Twilio
222
222
 
223
223
  ##
224
224
  # Deletes the AuthCallsIpAccessControlListMappingInstance
225
- # @return [Boolean] true if delete succeeds, true otherwise
225
+ # @return [Boolean] true if delete succeeds, false otherwise
226
226
  def delete
227
227
  @version.delete('delete', @uri)
228
228
  end
@@ -331,7 +331,7 @@ module Twilio
331
331
 
332
332
  ##
333
333
  # Deletes the AuthCallsIpAccessControlListMappingInstance
334
- # @return [Boolean] true if delete succeeds, true otherwise
334
+ # @return [Boolean] true if delete succeeds, false otherwise
335
335
  def delete
336
336
  context.delete
337
337
  end
@@ -222,7 +222,7 @@ module Twilio
222
222
 
223
223
  ##
224
224
  # Deletes the AuthRegistrationsCredentialListMappingInstance
225
- # @return [Boolean] true if delete succeeds, true otherwise
225
+ # @return [Boolean] true if delete succeeds, false otherwise
226
226
  def delete
227
227
  @version.delete('delete', @uri)
228
228
  end
@@ -331,7 +331,7 @@ module Twilio
331
331
 
332
332
  ##
333
333
  # Deletes the AuthRegistrationsCredentialListMappingInstance
334
- # @return [Boolean] true if delete succeeds, true otherwise
334
+ # @return [Boolean] true if delete succeeds, false otherwise
335
335
  def delete
336
336
  context.delete
337
337
  end
@@ -219,7 +219,7 @@ module Twilio
219
219
 
220
220
  ##
221
221
  # Deletes the CredentialListMappingInstance
222
- # @return [Boolean] true if delete succeeds, true otherwise
222
+ # @return [Boolean] true if delete succeeds, false otherwise
223
223
  def delete
224
224
  @version.delete('delete', @uri)
225
225
  end
@@ -341,7 +341,7 @@ module Twilio
341
341
 
342
342
  ##
343
343
  # Deletes the CredentialListMappingInstance
344
- # @return [Boolean] true if delete succeeds, true otherwise
344
+ # @return [Boolean] true if delete succeeds, false otherwise
345
345
  def delete
346
346
  context.delete
347
347
  end
@@ -218,7 +218,7 @@ module Twilio
218
218
 
219
219
  ##
220
220
  # Deletes the IpAccessControlListMappingInstance
221
- # @return [Boolean] true if delete succeeds, true otherwise
221
+ # @return [Boolean] true if delete succeeds, false otherwise
222
222
  def delete
223
223
  @version.delete('delete', @uri)
224
224
  end
@@ -340,7 +340,7 @@ module Twilio
340
340
 
341
341
  ##
342
342
  # Deletes the IpAccessControlListMappingInstance
343
- # @return [Boolean] true if delete succeeds, true otherwise
343
+ # @return [Boolean] true if delete succeeds, false otherwise
344
344
  def delete
345
345
  context.delete
346
346
  end
@@ -228,7 +228,7 @@ module Twilio
228
228
 
229
229
  ##
230
230
  # Deletes the IpAccessControlListInstance
231
- # @return [Boolean] true if delete succeeds, true otherwise
231
+ # @return [Boolean] true if delete succeeds, false otherwise
232
232
  def delete
233
233
  @version.delete('delete', @uri)
234
234
  end
@@ -370,7 +370,7 @@ module Twilio
370
370
 
371
371
  ##
372
372
  # Deletes the IpAccessControlListInstance
373
- # @return [Boolean] true if delete succeeds, true otherwise
373
+ # @return [Boolean] true if delete succeeds, false otherwise
374
374
  def delete
375
375
  context.delete
376
376
  end
@@ -266,7 +266,7 @@ module Twilio
266
266
 
267
267
  ##
268
268
  # Deletes the IpAddressInstance
269
- # @return [Boolean] true if delete succeeds, true otherwise
269
+ # @return [Boolean] true if delete succeeds, false otherwise
270
270
  def delete
271
271
  @version.delete('delete', @uri)
272
272
  end
@@ -421,7 +421,7 @@ module Twilio
421
421
 
422
422
  ##
423
423
  # Deletes the IpAddressInstance
424
- # @return [Boolean] true if delete succeeds, true otherwise
424
+ # @return [Boolean] true if delete succeeds, false otherwise
425
425
  def delete
426
426
  context.delete
427
427
  end
@@ -185,7 +185,7 @@ module Twilio
185
185
 
186
186
  ##
187
187
  # Deletes the TranscriptionInstance
188
- # @return [Boolean] true if delete succeeds, true otherwise
188
+ # @return [Boolean] true if delete succeeds, false otherwise
189
189
  def delete
190
190
  @version.delete('delete', @uri)
191
191
  end
@@ -339,7 +339,7 @@ module Twilio
339
339
 
340
340
  ##
341
341
  # Deletes the TranscriptionInstance
342
- # @return [Boolean] true if delete succeeds, true otherwise
342
+ # @return [Boolean] true if delete succeeds, false otherwise
343
343
  def delete
344
344
  context.delete
345
345
  end
@@ -293,7 +293,7 @@ module Twilio
293
293
 
294
294
  ##
295
295
  # Deletes the TriggerInstance
296
- # @return [Boolean] true if delete succeeds, true otherwise
296
+ # @return [Boolean] true if delete succeeds, false otherwise
297
297
  def delete
298
298
  @version.delete('delete', @uri)
299
299
  end
@@ -484,7 +484,7 @@ module Twilio
484
484
 
485
485
  ##
486
486
  # Deletes the TriggerInstance
487
- # @return [Boolean] true if delete succeeds, true otherwise
487
+ # @return [Boolean] true if delete succeeds, false otherwise
488
488
  def delete
489
489
  context.delete
490
490
  end
@@ -184,7 +184,7 @@ module Twilio
184
184
 
185
185
  ##
186
186
  # Deletes the ServiceInstance
187
- # @return [Boolean] true if delete succeeds, true otherwise
187
+ # @return [Boolean] true if delete succeeds, false otherwise
188
188
  def delete
189
189
  @version.delete('delete', @uri)
190
190
  end
@@ -337,7 +337,7 @@ module Twilio
337
337
 
338
338
  ##
339
339
  # Deletes the ServiceInstance
340
- # @return [Boolean] true if delete succeeds, true otherwise
340
+ # @return [Boolean] true if delete succeeds, false otherwise
341
341
  def delete
342
342
  context.delete
343
343
  end