---
title: allowsDeleting
framework: fileprovider
role: symbol
role_heading: Type Property
path: fileprovider/nsfileprovideritemcapabilities/allowsdeleting
---

# allowsDeleting

A value indicating that the item can be deleted.

## Declaration

```swift
static var allowsDeleting: NSFileProviderItemCapabilities { get }
```

## Mentioned in

Handling Errors with User-Driven Actions

## See Also

### Constants

- [allowsAddingSubItems](fileprovider/nsfileprovideritemcapabilities/allowsaddingsubitems.md)
- [allowsContentEnumerating](fileprovider/nsfileprovideritemcapabilities/allowscontentenumerating.md)
- [allowsEvicting](fileprovider/nsfileprovideritemcapabilities/allowsevicting.md)
- [allowsReading](fileprovider/nsfileprovideritemcapabilities/allowsreading.md)
- [allowsRenaming](fileprovider/nsfileprovideritemcapabilities/allowsrenaming.md)
- [allowsReparenting](fileprovider/nsfileprovideritemcapabilities/allowsreparenting.md)
- [allowsTrashing](fileprovider/nsfileprovideritemcapabilities/allowstrashing.md)
- [allowsWriting](fileprovider/nsfileprovideritemcapabilities/allowswriting.md)
- [allowsExcludingFromSync](fileprovider/nsfileprovideritemcapabilities/allowsexcludingfromsync.md)
- [allowsAll](fileprovider/nsfileprovideritemcapabilities/allowsall.md)
