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