Deletes a managed Group Rule object targeted to Active Directory, Azure Active Directory or WORKGROUP computer.
HTTP Request
DELETE /computerManagedGroupRules/{managedGroupRuleId}
Request headers
Header | Value |
Authorization | If required by the Recast Agent Gateway configuration |
Key | Authentication key if required by the Recast Agent Gateway configuration. Key can be passed also as URI parameter (like: /computerManagedGroupRules?Key=configuredkey) |
Accept | application/json |
Request Body
Do not supply a request body for this method.
Response
If successful, this method returns a 204 No Content response code.
Example
Request
Here is an example of the request.
DELETE https://cgw.dns.domain/api/v1.0/computerManagedGroupRules/1
Response
HTTP/1.1 204 No Content