Remove an existing address configuration

DELETE /v1/Configuration/Addresses/{Sid}

Address Configuration resource manages the configurations related to a unique address within Conversations

Remove an existing address configuration

Path parameters

  • Sid string Required

    The SID of the Address Configuration resource. This value can be either the sid or the address of the configuration

Responses

  • 204

    The resource was deleted successfully.

DELETE /v1/Configuration/Addresses/{Sid}
curl \
 -X DELETE https://conversations.twilio.com/v1/Configuration/Addresses/{Sid} \
 --user "username:password"