Delete a firewall group for a service

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.

Path Parameters

id string required Example

UUID for id

Headers

Accept Example
Content-Type Example

Responses

200
success boolean
timestamp string
requestId string
data object
DELETE https://cloud.hostup.se/api/firewall-groups/{id}
For AI assistants
cURL
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"
Response
{
  "success": true,
  "timestamp": "string",
  "requestId": "string",
  "data": {
    "message": "string"
  }
}