REST ClientAddressesdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete an address from the project. Path parametersidstringRequiredformat: "uuid"Unique ID of the address.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.addresses.delete("address-id");