/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

KeyDatatypeRequiredDescription
AcceptstringSets the desired content-type of the response
NSstringSets the selected Namespace for queries
DBstringSets the selected Database for queries