/key/:table
DELETE {{endpoint}}/key/:table
This HTTP RESTful endpoint deletes all records from a specific table in the database. It is equivalent to running:
DELETE type::table($table);
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string | Sets the desired content-type of the response | |
NS | string | Sets the selected Namespace for queries | |
DB | string | Sets the selected Database for queries |