Databases
Delete Database
Delete a database belonging to the organization or user.
DELETE
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
Path Parameters
organizationName
string
requiredThe name of the organization or user.
databaseName
string
requiredThe name of the database.
Response
200 - application/json
database
string
The name of the database that was deleted.
Was this page helpful?