Does OrientDB HTTP API provide functionality to drop a database?

61 Views Asked by At

Does OrientDB HTTP API provide functionality to drop a database?

I couldnot find any reference for the same in the OrientDB documentation related to its HTTP API https://orientdb.com/docs/2.2.x/OrientDB-REST.html

1

There are 1 best solutions below

0
Michela Bonizzi On BEST ANSWER

I used Postman, and you can do that using DELETE command like this:

enter image description here

Hope it helps

Regards