Delete Database
Delete a database belonging to the organization or user.
delete/v1/organizations/{organizationSlug}/databases/{databaseName}
Path parameters
organizationSlugstring required
The slug of the organization or user account.
databaseNamestring required
The name of the database.
Response
Successful response
Example response
{
"database": "my-db"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.