Type Alias: DeleteResourceResponse
type DeleteResourceResponse = object;
Defined in: gen/types.gen.ts:2150
Properties
batchOperation?
optional batchOperation: BatchOperationCreatedResult;
Defined in: gen/types.gen.ts:2163
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: ResourceKey;
Defined in: gen/types.gen.ts:2154
The system-assigned key for this resource, requested to be deleted.