REST ClientFabricAI AgentsdeleteCopy page|View as Markdown|Open in Claude|More actionsDelete an AI agent resource. Path parametersidstringRequiredformat: "uuid"Unique ID of an AI Agent.Response Example from signalwire.rest import RestClientclient = RestClient( project="your-project-id", token="your-api-token", host="your-space.signalwire.com",)client.fabric.ai_agents.delete("agent-id")print("AI Agent deleted")