Přejít na hlavní obsah
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.

Parametry cesty

schema_id
string
povinné
Jedinečný identifikátor schématu ke smazání.

Odpověď

Při úspěchu vrací 204 No Content.
Smazání schématu nesmaže tabulky, které s ním byly vytvořeny. Tyto tabulky si zachovají své definice sloupců.
await client.schemas.delete("schema_abc123");