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