REST ClientCompatPhone NumbersdeleteCopy page|View as Markdown|Open in Claude|More actionsRelease a phone number from the account. Path parametersAccountSidstringRequiredformat: "uuid"The unique identifier for the account that is associated with this phone number.SidstringRequiredformat: "uuid"The unique identifier of the phone number.Response Example import { RestClient } from "@signalwire/sdk";const client = new RestClient({ project: "your-project-id", token: "your-api-token", host: "your-space.signalwire.com"});await client.compat.phoneNumbers.delete("PN...");