curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationSlug}/databases/{databaseName}' \ -H 'Authorization: Bearer TOKEN'
{ "database": "my-db" }
Delete a database belonging to the organization or user.
The slug of the organization or user account.
The name of the database.
Successful response
The response is of type object.
object
Was this page helpful?