# Delete the caller-id specified from the account **DELETE /2010-04-01/Accounts/{AccountSid}/OutgoingCallerIds/{Sid}.json** 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 verb. ## Servers - https://api.twilio.com: https://api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **AccountSid** (string) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the OutgoingCallerId resources to delete. - **Sid** (string) The Twilio-provided string that uniquely identifies the OutgoingCallerId resource to delete. ## Responses ### 204 The resource was deleted successfully. [Powered by Bump.sh](https://bump.sh)