Get Deleted Services
GET/api/services/getdeletedservices/:deletedOnOrAfter
Tier: Public — stable, supported for third-party integration.
Returns the ids of service definitions soft-deleted on or after a given timestamp.
The {!:LocafiCrudAuthorize} attribute is commented out in source, leaving
this endpoint gated only by Filters.LocafiAnyAuthorize. Correctly scoped to the
caller's organisation — no cross-tenant leak.
Request
Responses
- 200
- 400
- 401
The list of soft-deleted service definition ids for the caller's organisation.
A service-level failure occurred — OperationFailed.
Caller is not authenticated.