@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeleteResourceResponse

    type DeleteResourceResponse = {
        batchOperation?: BatchOperationCreatedResult;
        resourceKey: ResourceKey;
    }
    Index

    Properties

    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 not be present in the response.

    resourceKey: ResourceKey

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