DELETE /api/v2/table/{path}
Drops a HPE Data Fabric Database JSON table
Parameters
| Name | Description | 
|---|---|
| path 
 (path)  | 
              Required: Path to the HPE Data Fabric Database JSON table | 
Request Example
The following drops a table with the path
        
    /apps/employees:curl -X DELETE \
  'https://10.10.100.42:8243/api/v2/table/%2Fapps%2Femployees' \
  -u <username>:<password>Response Example
200 OK