method
RiduClient.deletePermanent
RiduClient.deletePermanent<Slug extends TrashCollectionSlug<Config>>(
collection: Slug,
id: string,
options?: MutationLocaleOptions<LocaleFor<Config>>,
): Promise<DeleteEnvelope>Permanently delete one trashed document and its retained state.
Source packages/sdk/src/types.ts:936
TrashCollectionSlug is an internal capability-filtered union of generated collection slugs whose contract enables trash; it is not a separate SDK export.
Related types
MutationLocaleOptionsLocale and transport options shared by mutations without an optimistic-concurrency contract.
DeleteEnvelopeA successful delete response.