MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / delete

Method delete

client/js/src/internal/apiService/apiService.ts:159–165  ·  view source on GitHub ↗
(
        url: string,
        data?: RequestPayload,
        signal?: AbortSignal,
    )

Source from the content-addressed store, hash-verified

157 }
158
159 async delete<RequestPayload, ResponsePayload>(
160 url: string,
161 data?: RequestPayload,
162 signal?: AbortSignal,
163 ): Promise<ResponsePayload> {
164 return this.makeRequest(url, 'DELETE', data, signal);
165 }
166
167 protected async makeRequest<RequestPayload, ResponsePayload>(
168 url: string,

Callers 15

asyncIteratorRaceFunction · 0.45
createTrackingGeneratorFunction · 0.45
pumpFunction · 0.45
deleteAlbumMethod · 0.45
removeNodeUidMethod · 0.45
setNodeUidsMethod · 0.45
deleteBookmarkMethod · 0.45
deleteShareMethod · 0.45
deleteInvitationMethod · 0.45
removeMemberMethod · 0.45
removePublicLinkMethod · 0.45

Calls 1

makeRequestMethod · 0.95

Tested by 1

createTrackingGeneratorFunction · 0.36