Skip to main content Skip to complementary content

DeleteServerAcl

Deletes the explicit ACL defined in Qlik Enterprise Manager for the specified server. Inherited ACLs are not affected by this method. Once the explicit ACL is deleted from the server, all ACLs will be automatically inherited from the server's ancestors.

Required User Role: See Required Enterprise Manager permissions.

Syntax

public void DeleteServerAcl(

string server

);

Parameters

Parameters
Parameter Type Description
server string The name of the server 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 responses
Error Message Description

AEM_DELETE_SERVER_ACL_INNER_ERR

Failed to delete ACL of server "{server}".

Error: "{message}".

Returned if Qlik Enterprise Manager encounters an error/exception when trying to delete the server's ACL.

AEM_SERVER_HAS_NO_ACL ACL for server "{server}" could not be found.

Returned when the specified server has no explicit ACL defined.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!