Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request DELETE \
--url https://v1.api.altostrat.io/captive/walled-garden/{siteId}/{walledGardenEntryId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Removes an entry from the walled garden, blocking pre-authentication access to the specified IP address or subnet.
curl --request DELETE \
--url https://v1.api.altostrat.io/captive/walled-garden/{siteId}/{walledGardenEntryId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API Key authentication. Provide your token in the 'Authorization' header. Example: Authorization: Bearer <YOUR_TOKEN>
The unique identifier for the site.
"a1b2c3d4-e5f6-a7b8-c9d0-e1f2a3b4c5d6"
The unique identifier for the walled garden entry.
"f1e2d3c4-b5a6-9876-5432-10fedcba9876"
The walled garden entry was deleted successfully.
Was this page helpful?