DELETE
/
walled-garden
/
{site}
/
{walledGarden}
curl --request DELETE \
  --url https://api.altostrat.io/walled-garden/{site}/{walledGarden} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

site
string
required

UUID of the Site to manage walled garden entries

walledGarden
string
required

UUID of the walled garden entry

Response

204

Walled garden entry deleted