MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / delete

Method delete

src/lib/http.ts:199–201  ·  view source on GitHub ↗
(path: string, options: RequestOptions = {})

Source from the content-addressed store, hash-verified

197 }
198
199 async delete<T>(path: string, options: RequestOptions = {}): Promise<T> {
200 return this.requestWithMeta<T>('DELETE', path, options).then(r => r.body);
201 }
202
203 /**
204 * Like `get` / `post` / etc. but returns the full `RequestResult` including

Callers 1

drainOneFunction · 0.80

Calls 1

requestWithMetaMethod · 0.95

Tested by

no test coverage detected