pub async fn delete_acl(
configuration: &mut Configuration,
params: DeleteAclParams,
) -> Result<InlineResponse200, Error<DeleteAclError>>
Expand description
Delete an ACL from the specified service version. To remove an ACL from use, the ACL must be deleted from a draft version and the version without the ACL must be activated.