Interface DeleteResourceRequest

interface DeleteResourceRequest {
    operationReference?: number | LosslessNumber;
    resourceKey: string;
}

Properties

operationReference?: number | LosslessNumber

a reference key chosen by the user and will be part of all records resulted from this operation

resourceKey: string

The key of the resource that should be deleted. This can either be the key of a process definition, the key of a decision requirements definition or the key of a form.

Generated using TypeDoc