<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UICellAccessoryDelete",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UICellAccessoryDelete"
  },
  "title" : "UICellAccessoryDelete"
}
-->

# UICellAccessoryDelete

The delete system accessory.

```
@interface UICellAccessoryDelete : UICellAccessory
```

## Overview

A delete accessory is a minus sign inside of a circle with the default system red color. This accessory appears on the leading edge of the cell.

## Topics

### Accessing configuration options

[`@property (nonatomic, copy, nullable) void (^actionHandler)();`](/documentation/UIKit/UICellAccessoryDelete/actionHandler)

A handler that the system calls when a user interacts with the accessory.

[`@property (nonatomic, strong, nullable) UIColor * backgroundColor;`](/documentation/UIKit/UICellAccessoryDelete/backgroundColor)

The background color to apply to the accessory.

## Relationships

### Inherits From

[`UICellAccessory-c.class`](/documentation/UIKit/UICellAccessory-c.class)

---

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)