Delete the caller-id specified from the account
An OutgoingCallerId resource represents a single verified number that may be used as a caller ID when making outgoing calls via the REST API and within the TwiML
Delete the caller-id specified from the account
Path parameters
-
The SID of the Account that created the OutgoingCallerId resources to delete.
-
The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete.
DELETE /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json
curl \
-X DELETE https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json \
--user "username:password"