delete

View as MarkdownOpen in Claude

Delete a verified caller ID.

Path parameters

idstringRequiredformat: "uuid"
Unique ID of the verified caller ID.

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.verifiedCallers.delete("caller-id");
console.log("Deleted successfully");