@camunda8/sdk
    Preparing search index...

    Interface DeleteResourceRequest

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

    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.