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

Method Delete

controller/ai-key/iml.go:34–36  ·  view source on GitHub ↗
(ctx *gin.Context, providerId string, id string)

Source from the content-addressed store, hash-verified

32}
33
34func (i *imlAIKeyController) Delete(ctx *gin.Context, providerId string, id string) error {
35 return i.module.Delete(ctx, providerId, id)
36}
37
38func (i *imlAIKeyController) Get(ctx *gin.Context, providerId string, id string) (*ai_key_dto.Key, error) {
39 return i.module.Get(ctx, providerId, id)

Callers

nothing calls this directly

Calls 1

DeleteMethod · 0.65

Tested by

no test coverage detected