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

    Interface PatientRecordsApiPostPatientDeleteRequest

    Request parameters for postPatientDelete operation in PatientRecordsApi.

    PatientRecordsApiPostPatientDeleteRequest

    interface PatientRecordsApiPostPatientDeleteRequest {
        deletePidRequest?: DeletePidRequest;
        pid: string;
    }
    Index

    Properties

    deletePidRequest?: DeletePidRequest

    PatientRecordsApiPostPatientDelete

    pid: string

    PatientRecordsApiPostPatientDelete