REST ClientPhone NumbersdeleteCopy page|View as Markdown|Open in Claude|More actionsRelease (delete) a phone number from the project. Path parametersidstringRequiredformat: "uuid"Unique ID of the phone number.Response Example from signalwire.rest import RestClientclient = RestClient( project="your-project-id", token="your-api-token", host="your-space.signalwire.com",)client.phone_numbers.delete("phone-number-id")