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

Method deleteWithMeta

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

Source from the content-addressed store, hash-verified

222 }
223
224 async deleteWithMeta<T>(path: string, options: RequestOptions = {}): Promise<RequestResult<T>> {
225 return this.requestWithMeta<T>('DELETE', path, options);
226 }
227
228 /**
229 * POST /api/cli/v1/tests/{testId}/runs

Callers

nothing calls this directly

Calls 1

requestWithMetaMethod · 0.95

Tested by

no test coverage detected