Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
TypeScript
import { Orchata } from '@orchata-ai/sdk'; const client = new Orchata({ apiKey: 'oai_your_api_key' }); await client.spaces.delete('space_123');
{ "success": true, "message": "<string>" }
Soft delete a space by marking it as archived
"space_123"
Space deleted successfully
Was this page helpful?