MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / Delete

Method Delete

controller/router/iml.go:39–41  ·  view source on GitHub ↗
(ctx *gin.Context, serviceId string, apiId string)

Source from the content-addressed store, hash-verified

37}
38
39func (i *imlAPIController) Delete(ctx *gin.Context, serviceId string, apiId string) error {
40 return i.module.Delete(ctx, serviceId, apiId)
41}
42
43func (i *imlAPIController) Prefix(ctx *gin.Context, serviceId string) (string, bool, error) {
44 prefix, err := i.module.Prefix(ctx, serviceId)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected