delete

View as MarkdownOpen in Claude

Release (delete) a phone number from the project.

Path parameters

idstringRequiredformat: "uuid"
Unique ID 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.phoneNumbers.delete("phone-number-id");