REST ClientCompatApplicationsdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete an application. Path parametersAccountSidstringRequiredformat: "uuid"The Account ID that has the Application.SidstringRequiredformat: "uuid"The Application ID that uniquely identifies the Application.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.applications.delete("AP...");