<!--
{
  "availability" : [
    "DriverKit: -"
  ],
  "documentType" : "symbol",
  "framework" : "SCSIControllerDriverKit",
  "identifier" : "/documentation/SCSIControllerDriverKit/IOUserSCSIParallelInterfaceController/UserClearACARequest",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SCSIControllerDriverKit"
    ],
    "preciseIdentifier" : "c:@S@IOUserSCSIParallelInterfaceController@F@UserClearACARequest#k#k#*i#"
  },
  "title" : "UserClearACARequest"
}
-->

# UserClearACARequest

Removes an autocontingent allegiance (ACA) attribute from a logical unit’s task set.

```
virtual kern_return_t UserClearACARequest(uint64_t theT, uint64_t theL, uint32_t *response);
```

## Parameters

`theT`

The target containing the tasks to clear ACA attributes from.

`theL`

The logical unit containing the tasks to clear ACA attributes from.

`response`

On return, a SCSI protocol-specific value indicating the success or failure of the request.

## Discussion

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)