DELETE
/
v1
/
organizations
/
{organizationName}
/
databases
/
{databaseName}
curl -L -X DELETE 'https://api.turso.tech/v1/organizations/{organizationName}/databases/{databaseName}' \
  -H 'Authorization: Bearer TOKEN'
{
  "database": "my-db"
}

Path Parameters

organizationName
string
required

The name of the organization or user.

databaseName
string
required

The name of the database.

Response

200 - application/json
database
string

The name of the database that was deleted.