cURL
curl --request POST \ --url https://{db}.{region}.api.lancedb.com/v1/table/{name}/drop \ --header 'x-api-key: <api-key>'
This response does not have an example.
Drop a table and all its associated data permanently. If the table does not exist, the operation will return 200 without error.
name of the table
Drop successful