DELETE
/
organizations
/
{organization}
/
databases
/
{name}
Delete a database
curl --request DELETE \
  --url https://api.planetscale.com/v1/organizations/{organization}/databases/{name} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

organization
string
required

The name of the organization the database belongs to

name
string
required

The name of the database

Response

Deletes a database