# Drop a KV Table Drops (deletes) a table in the Key-Value Database Storage. Endpoint: POST /kvservice.droptable/{tableName} Security: basic, X-PriceFx-jwt ## Path parameters: - `tableName` (string, required) A name of the table you want drop. Only lower case letters, numbers and underscores are allowed. Do not use special characters.