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

Authorizations

Authorization
string
header
required

Path Parameters

organization
string
required

The name of the organization the password belongs to

database
string
required

The name of the database the password belongs to

branch
string
required

The name of the branch the password belongs to

id
string
required

The ID of the password

Response

Deletes the password