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

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");