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.
Documentation IndexFetch the complete documentation index at: https://docs.cloudblast.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cloudblast.io/llms.txt
Use this file to discover all available pages before exploring further.
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Security group ID
Security group deleted