/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

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