@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface DeletePidRequest

    A request to delete a PID from the UKRDC

    DeletePidRequest

    interface DeletePidRequest {
        hash?: string;
    }
    Index

    Properties

    Properties

    hash?: string

    Hash of the record to delete

    DeletePidRequest