Table
Metadata
Drop a table
Drop table id and delete its data.
REST NAMESPACE ONLY REST namespace does not use a request body for this operation. The DropTableRequest information is passed in the following way:
- id: pass through path parameter of the same name
post/v1/table/{id}/drop
Response
Response of DropTable
Example response
{
"properties": {
"owner": "Ralph",
"created_at": "1452120468"
}
}