REST ClientProjectsdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete a subproject. Path parametersidstringRequiredformat: "uuid"The unique identifier of the project or subproject.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.projects.delete("project-id");