Delete the caller-id specified from the account

DELETE /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json

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 verb.

Delete the caller-id specified from the account

Path parameters

  • AccountSid string Required

    The SID of the Account that created the OutgoingCallerId resources to delete.

  • Sid string Required

    The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete.

Responses

  • 204

    The resource was deleted successfully.

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"