cURL
curl --request DELETE \ --url https://{db}.{region}.api.lancedb.com/v1/tables/{name} \ --header 'x-api-key: <api-key>'
This response does not have an example.
Delete 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
Delete successful