Delete a specific MessagingConfiguration.

DELETE /v2/Services/{ServiceSid}/MessagingConfigurations/{Country}

Delete a specific MessagingConfiguration.

Path parameters

  • ServiceSid string Required

    The SID of the Service that the resource is associated with.

    Minimum length is 34, maximum length is 34. Format should match the following pattern: ^VA[0-9a-fA-F]{32}$.

  • Country string Required

    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.

Responses

  • 204

    The resource was deleted successfully.

DELETE /v2/Services/{ServiceSid}/MessagingConfigurations/{Country}
curl \
 --request DELETE 'https://verify.twilio.com/v2/Services/{ServiceSid}/MessagingConfigurations/{Country}' \
 --user "username:password"