Skip to main content
DELETE
/
organizations
/
{organization}
/
databases
/
{database_name}
/
cidrs
/
{id}
Delete an IP restriction entry
curl --request DELETE \
  --url https://api.planetscale.com/v1/organizations/{organization}/databases/{database_name}/cidrs/{id} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

organization
string
required

The name of the organization the database belongs to

database_name
string
required

The name of the database

id
string
required

The ID of the IP restriction entry

Response

IP restriction entry deleted successfully. Note: This will also remove the restriction from all database branches.