---
title: DeleteIntent
framework: appintents
role: symbol
role_heading: Protocol
path: appintents/deleteintent
---

# DeleteIntent

Delete the associated entity(s).

## Declaration

```swift
protocol DeleteIntent : SystemIntent
```

## Topics

### Associated Types

- [Entity](appintents/deleteintent/entity.md)

### Instance Properties

- [entities](appintents/deleteintent/entities.md)

## Relationships

### Inherits From

- [AppIntent](appintents/appintent.md)
- [PersistentlyIdentifiable](appintents/persistentlyidentifiable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SystemIntent](appintents/systemintent.md)

## See Also

### Common actions

- [OpenIntent](appintents/openintent.md)
- [OpenURLIntent](appintents/openurlintent.md)
- [SetValueIntent](appintents/setvalueintent.md)
- [DeprecatedAppIntent](appintents/deprecatedappintent.md)
- [ShowInAppSearchResultsIntent](appintents/showinappsearchresultsintent.md)
