Looking for how to remove an entire Datajoint schema from the SQL database server using the Matlab 3.4 implementation of datajoint (the equivalent of schema.drop(True) in Python)
as well as how to list all schemas that exist on the server (dj.list_schemas() in Python).
There is a documentation page for dropping a table and its dependent, but not an entire schema.