Remove a specific firewall group associated with your services. The endpoint returns an ID that can be used to follow up on the deletion process.
id string required Example UUID for id
Accept Example Content-Type Example success boolean timestamp string requestId string data object https://cloud.hostup.se/api/firewall-groups/{id} curl -X DELETE "https://cloud.hostup.se/api/firewall-groups/37551799-f549-4ed5-8ae9-30511b21c5cd" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" {
"success": true,
"timestamp": "string",
"requestId": "string",
"data": {
"message": "string"
}
}