botruntime
API ReferenceTables API

Delete Table

Permanently deletes a table and all its associated data from the system. Use with caution, as this action cannot be undone.

DELETE
/v1/tables/{table}

Path Parameters

table*string

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

Response Body

application/json

application/json

curl -X DELETE "https://example.com/v1/tables/string"
{}
{}