Skip to main content

Delete an ExoPhone

Release an ExoPhone from your account.

HTTP Request​

DELETE /v2_beta/Accounts/<account_sid>/IncomingPhoneNumbers/<exophone_sid>

Path Parameters​

ParameterDescription
exophone_sidThe unique SID of the ExoPhone to delete

Response​

{
"Status": 202,
"Message": "Accepted"
}
warning

Deleting an ExoPhone is permanent. The number will be released and may be reassigned to another account. Ensure no active flows or campaigns are using this number before deleting.

HTTP Status Codes​

CodeDescription
202Request accepted, ExoPhone will be released
400Bad request
404ExoPhone not found