MCPcopy Create free account
hub / github.com/Azure/powershell / del

Method del

lib/index.js:2635–2639  ·  view source on GitHub ↗
(requestUrl, additionalHeaders)

Source from the content-addressed store, hash-verified

2633 });
2634 }
2635 del(requestUrl, additionalHeaders) {
2636 return __awaiter(this, void 0, void 0, function* () {
2637 return this.request('DELETE', requestUrl, null, additionalHeaders || {});
2638 });
2639 }
2640 post(requestUrl, data, additionalHeaders) {
2641 return __awaiter(this, void 0, void 0, function* () {
2642 return this.request('POST', requestUrl, data, additionalHeaders || {});

Callers

nothing calls this directly

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected