DELETE
/
walled-garden
/
{site}
/
{walledGarden}
Delete a specific walled garden entry under a site
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<uuid>
required

UUID of the Site to manage walled garden entries

walledGarden
string<uuid>
required

UUID of the walled garden entry

Response

204

Walled garden entry deleted