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.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^AC[0-9a-fA-F]{32}$
. -
The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^PN[0-9a-fA-F]{32}$
.
DELETE
/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json
curl \
--request DELETE 'https://api.twilio.com/2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json' \
--user "username:password"