ResourceGroups
Delete Resource Groups
Delete a resource group by invoking the following endpoint:
DELETE https://YourAccount.lacework.net/api/v2/ResourceGroups/{resourceGuid}
delete/api/v2/ResourceGroups/{resourceGuid}
Path parameters
resourceGuidstring required
Resource Group ID
Headers
Authorizationstring required
Bearer Access Token. For example, "Bearer {YourAPIToken}"
Content-Typestring required
application/json
Account-Namestring
Use this attribute to specify which sub-account to access.
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.
Response
No response content is returned and the request was successfully completed with no errors.
Changes
No recorded changes to this endpoint across all 1 revision of this API.