Skip to main content
Version: 8.9

Type Alias: DeleteResourceResponse

type DeleteResourceResponse = object;

Properties

batchOperation

batchOperation: BatchOperationCreatedResult | null;

The batch operation created for asynchronously deleting the historic data.

This field is only populated when the request deleteHistory is set to true and the resource is a process definition. For other resource types (decisions, forms, generic resources), this field will be null.


resourceKey

resourceKey: ResourceKey;

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