Phone Numbers
Delete Phone Number
Delete a phone number from your DialNexa workspace.
DELETE
Delete Phone Number
Destructive
Deletes a phone number from your DialNexa workspace. The delete operation soft-deletes the workspace record and stops future use of that number in DialNexa. If the number is connected through a SIP trunk, DialNexa also removes the media-server trunk and SIP credentials. If the number was rented through a provider, DialNexa releases the rental and deactivates the active rental subscription.
Recommended. This endpoint is part of the public
/v1 API reference and is the supported path for new integrations. See the migration guide for versioning guidance.When to use this
- Workspace cleanup: remove numbers you no longer use for inbound or outbound calls.
- SIP trunk teardown: remove a bring-your-own number and its SIP routing credentials from DialNexa.
- Cost control: stop future rental activity for numbers that should no longer be billed through the workspace.
Before you delete
Confirm these conditions before sending the request:- The number is not your organization’s default phone number.
- No active workflows are using the number.
- Any inbound routing that depends on this number has been moved to another number.
- You are comfortable losing the current provider rental or SIP trunk connection.
Example request
Result
A successful request returns200 OK. After deletion, the number no longer appears in List Phone Numbers.
Errors
400 Bad Requestis returned when the phone number ID format is invalid.403 Forbiddenis returned when the phone number does not belong to your organization.404 Not Foundis returned when the phone number does not exist or has already been deleted.409 Conflictis returned when the number is the organization default or is used by active workflows. Move the default number or deactivate the workflows, then retry.
Related endpoints
- List Phone Numbers: confirm which numbers are available in your workspace.
- Get Phone Number Details: inspect a number before deleting it.
- Buy Phone Number: purchase a replacement provider number.
- Link SIP Trunk: connect a bring-your-own number.
Delete Phone Number