DELETE
/
v1
/
tables
/
{table}
curl --request DELETE \
  --url https://api.botpress.cloud/v1/tables/{table}
{}

Path Parameters

table
string
required

The table's name or unique identifier for targeting specific table operations.

Response

200
application/json
Confirmation that the table has been deleted.

The response is of type object.