Delete/Recreate Table
Request
Field
Type
Required
Description
CURL Example
curl [https://api.warpstream.com/api/v1/dl/delete_table](https://api.warpstream.com/api/v1/dl/delete_table) \
-H 'warpstream-api-key: XXXXXXXXXX' \
-H 'Content-Type: application/json' \
-d '{
"virtual_cluster_id": "vci_XXXXXXXX_XXXX_XXXX_XXXX_XXXXXXXXXXXX",
"table_uuid": "550e8400-e29b-41d4-a716-446655440000"
}'Response
{}Table Deletion and Recreation
Recreating a Table
Last updated
Was this helpful?