Skip to main content
DELETE
/
security-groups
/
{securityGroupId}
Delete a security group
curl --request DELETE \
  --url https://api.altostrat.io/security-groups/{securityGroupId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

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.

Example:

"sec_grp_0ujsswThIGTUYm2K8FjOOfxcYpw"

Response

The security group was deleted successfully.