Globus SDK for JavaScript
    Preparing search index...

    Type Alias RemoveResponse

    type RemoveResponse = {
        code: "Deleted";
        DATA_TYPE: "result";
        message: string;
        request_id: string;
        resource: `/endpoint/${string}`;
    }
    Index
    code: "Deleted"
    DATA_TYPE: "result"
    message: string
    request_id: string
    resource: `/endpoint/${string}`