Delete a specific MessagingConfiguration
TODO: Resource-level docs
Delete a specific MessagingConfiguration.
Path parameters
-
The SID of the Service that the resource is associated with.
-
The ISO-3166-1 country code of the country this configuration will be applied to. If this is a global configuration, Country will take the value
all
.
DELETE /v2/Services/{ServiceSid}/MessagingConfigurations/{Country}
curl \
-X DELETE https://verify.twilio.com/v2/Services/{ServiceSid}/MessagingConfigurations/{Country} \
--user "username:password"