Skip to main content
DELETE
/
v1
/
schemas
/
{schema_id}
await client.schemas.delete("schema_abc123");

Documentation Index

Fetch the complete documentation index at: https://productlasso.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path parameters

schema_id
string
required
The unique identifier of the schema to delete.

Response

Returns 204 No Content on success.
Deleting a schema does not delete tables that were created with it. Those tables retain their column definitions.
await client.schemas.delete("schema_abc123");