/key/:table/:id
DELETE {{endpoint}}/key/:table/:id
This HTTP RESTful endpoint deletes a specific record from a table in the database. It is equivalent to running:
DELETE type::thing($table, $id);
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 |