Skip to main content
DELETE
/
api
/
v2
/
securitygroups
/
{securityGroupID}
Delete security group
curl --request DELETE \
  --url https://api.example.com/api/v2/securitygroups/{securityGroupID} \
  --header 'Authorization: Bearer <token>'
{
  "error": "invalid_request",
  "error_description": "request body invalid",
  "trace_id": "57bc14d9bd461f0b5a72db830149b67a"
}

Authorizations

Authorization
string
header
required

Operation requires OAuth 2.0 bearer token authentication.

Path Parameters

securityGroupID
string<uuid>
required

The security group ID. A security group ID.

Response

The request has been accepted and will be fulfilled asynchronously. You may poll the resource and monitor its provisioning and health status to await completion of the operation.