REST ClientCompatCallsdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a call record. Path parametersAccountSidstringRequiredformat: "uuid"The Project ID that uniquely identifies the Account.SidstringRequiredformat: "uuid"The unique identifier for the call.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.calls.delete("CA...");