cURL
curl --request DELETE \ --url https://console.cloudblast.io/api/v2/security-groups/{id} \ --header 'Authorization: Bearer <token>'
{ "error": { "code": "HAS_SERVERS", "message": "Detach all servers before deleting the security group." } }
Deletes a security group. All servers must be detached first.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Security group ID
Security group deleted