MCPcopy
hub / github.com/larksuite/cli / DELETE

Method DELETE

internal/cmdutil/dryrun.go:58–61  ·  view source on GitHub ↗
(url string)

Source from the content-addressed store, hash-verified

56}
57
58func (d *DryRunAPI) DELETE(url string) *DryRunAPI {
59 d.calls = append(d.calls, DryRunAPICall{Method: "DELETE", URL: url})
60 return d
61}
62
63func (d *DryRunAPI) PATCH(url string) *DryRunAPI {
64 d.calls = append(d.calls, DryRunAPICall{Method: "PATCH", URL: url})

Callers 15

PrintDryRunWithFileFunction · 0.95
PrintDryRunFunction · 0.95
dryRunBaseCreateFunction · 0.95
dryRunFieldDeleteFunction · 0.80
dryRunBaseBlockDeleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected