DELETE
/
admin
/
project
/
{projectId}
/
allowedIP
/
{IPId}
curl --request DELETE \
  --url https://api.syndicate.io/admin/project/{projectId}/allowedIP/{IPId} \
  --header 'Authorization: Bearer <token>'

API Endpoint

https://api.syndicate.io/admin/project/{projectId}/allowedIP/{IPId}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required
IPId
string
required