delete_task_acl
Deletes the explicit ACL defined in Qlik Enterprise Manager for the specified task. Inherited ACLs are not affected by this method. Once the explicit ACL is deleted from the task, all ACLs will be automatically inherited from the task's ancestors.
Required User Role: See Required Enterprise Manager permissions.
Syntax
def delete_task_acl(
self,
server,
task
)
Parameters
| Parameter | Type | Description |
|---|---|---|
| server | string | The name of the server with the task ACL. |
| task | string | The name of the task 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_TASK_ACL_INNER_ERR |
Failed to delete ACL of task "{task}". Error: "{message}". |
Returned if Qlik Enterprise Manager encounters an error/exception when trying to delete the task's ACL. |
| AEM_TASK_HAS_NO_ACL | ACL for task "{task}" could not be found. |
Returned when the specified task has no explicit ACL defined. |