<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SensorKit",
  "identifier" : "/documentation/SensorKit/SRDeletionReason",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "SensorKit"
    ],
    "preciseIdentifier" : "c:@E@SRDeletionReason"
  },
  "title" : "SRDeletionReason"
}
-->

# SRDeletionReason

Reasons that the framework deletes samples.

```
enum SRDeletionReason
```

## Topics

### Reasons

[`SRDeletionReason.ageLimit`](/documentation/SensorKit/SRDeletionReason/ageLimit)

Indicates that the sample outlived the framework’s retention limit.

[`SRDeletionReason.lowDiskSpace`](/documentation/SensorKit/SRDeletionReason/lowDiskSpace)

Indicates that the system’s disk space is low.

[`SRDeletionReason.noInterestedClients`](/documentation/SensorKit/SRDeletionReason/noInterestedClients)

Indicates that the sensor has no active stakeholders.

[`SRDeletionReason.systemInitiated`](/documentation/SensorKit/SRDeletionReason/systemInitiated)

Indicates that the system requests deletion.

[`SRDeletionReason.userInitiated`](/documentation/SensorKit/SRDeletionReason/userInitiated)

Indicates that the user requests deletion.



---

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)