Skip to main content
DELETE
/
vpc
/
security-groups
/
{securityGroupId}
Delete a security group
curl --request DELETE \
  --url https://v1.api.altostrat.io/vpc/security-groups/{securityGroupId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Authentication is performed via an Auth0-issued JSON Web Token (JWT). Provide the token in the Authorization header with the Bearer scheme.

Path Parameters

securityGroupId
string
required

The unique identifier for the security group to delete.

Pattern: ^sec_grp_[0-9a-zA-Z]{27}$
Example:

"sec_grp_0ujsswThIGTUYm2K8FjOOfxcYpw"

Response

The security group was deleted successfully.