AlertRules
Delete Alert Rules
Delete an alert rule by invoking the following endpoint:
DELETE https://YourAccount.lacework.net/api/v2/AlertRules/{mcGuid}
Replace {mcGuid} with the mcGuid value returned for an alert rule in the response when the GET /api/v2/AlertRules endpoint is invoked.
delete/api/v2/AlertRules/{mcGuid}
Path parameters
mcGuidstring required
Alert Rules mcGuid
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Org-Accessboolean
Use this attribute to specify if the access token has organization admin permissions. If the access token has only account permissions, use the Account-Name attribute to specify which account to access.
Account-Namestring
Use this attribute to specify which sub-account to access.
Response
Success