Remove an existing address configuration
Address Configuration resource manages the configurations related to a unique address within Conversations
Remove an existing address configuration
Path parameters
-
The SID of the Address Configuration resource. This value can be either the
sid
or theaddress
of the configuration
DELETE /v1/Configuration/Addresses/{Sid}
curl \
-X DELETE https://conversations.twilio.com/v1/Configuration/Addresses/{Sid} \
--user "username:password"