For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

Type Alias: DeleteResourceResponse

type DeleteResourceResponse = object;

Properties

batchOperation

batchOperation: BatchOperationCreatedResult | null;

The batch operation created for asynchronously deleting the historic data.

Populated when deleteHistory is true and either the resource is a decision requirements definition, or the resource is a process definition that is already fully deleted from the runtime state (its history is purged directly by a batch operation).

For a process definition that still exists in the runtime state, deletion first drains the definition and its history is removed asynchronously as part of that lifecycle, so no batch operation is returned and this field is null. It is also null for forms and generic resources.


resourceKey

resourceKey: ResourceKey;

The system-assigned key for this resource, requested to be deleted.