Skip to main content
DELETE
Delete a security group

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.