Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.retab.com/v1/tables/{table_id} \ --header 'Api-Key: <api-key>'
{ "detail": [] }
client.tables.delete(table_id="workflow_table_123")
await client.tables.delete("workflow_table_123");
err := client.Tables.Delete(ctx, "workflow_table_123")
// Delete a table by id.
curl -X DELETE https://api.retab.com/v1/tables/workflow_table_123 \ -H "Api-Key: $RETAB_API_KEY"
Successful Response