DeleteEndpointAcl
Deletes the explicit ACL defined in Qlik Enterprise Manager for the specified endpoint. Inherited ACLs are not affected by this method. Once the explicit ACL is deleted from the endpoint, all ACLs will be automatically inherited from the endpoint's ancestors.
Required User Role: See Required Enterprise Manager permissions.
Syntax
public void DeleteEndpointAcl(
string server
string endpoint
);
Parameters
| Parameter | Type | Description |
|---|---|---|
| server | string | The name of the server with the endpoint ACL. |
| endpoint | string | The name of the endpoint whose ACL needs to be deleted. |
Return values
N/A
Errors
All of the general errors as well as the errors listed in the table below.
| Error | Message | Description |
|---|---|---|
|
AEM_DELETE_ENDPOINT_ACL_INNER_ERR |
Failed to delete ACL of endpoint "{endpoint}". Error: "{message}". |
Returned if Qlik Enterprise Manager encounters an error/exception when trying to delete the endpoint's ACL. |
| AEM_ENDPOINT_HAS_NO_ACL | ACL for endpoint "{endpoint}" could not be found. |
Returned when the specified endpoint has no explicit ACL defined. |