MCPcopy
hub / github.com/ionic-team/capacitor / delete

Method delete

core/src/core-plugins.ts:487–489  ·  view source on GitHub ↗

* Perform an Http DELETE request given a set of options * @param options Options to build the HTTP request

(options: HttpOptions)

Source from the content-addressed store, hash-verified

485 * @param options Options to build the HTTP request
486 */
487 async delete(options: HttpOptions): Promise<HttpResponse> {
488 return this.request({ ...options, method: 'DELETE' });
489 }
490}
491
492export const CapacitorHttp = registerPlugin<CapacitorHttpPlugin>('CapacitorHttp', {

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected