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

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

The ID of the backup

organization
string
required

The name of the organization the branch belongs to

database
string
required

The name of the database the branch belongs to

branch
string
required

The name of the branch