Home / Function/ DELETE() — gin Function Reference

DELETE() — gin Function Reference

Architecture documentation for the DELETE() function in gins.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  7575a3c0_55e4_2328_96fa_23bc54a6ca91["DELETE()"]
  cb30e8b5_05d8_055b_221f_c1b89655372b["gins.go"]
  7575a3c0_55e4_2328_96fa_23bc54a6ca91 -->|defined in| cb30e8b5_05d8_055b_221f_c1b89655372b
  style 7575a3c0_55e4_2328_96fa_23bc54a6ca91 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

ginS/gins.go lines 71–73

func DELETE(relativePath string, handlers ...gin.HandlerFunc) gin.IRoutes {
	return engine().DELETE(relativePath, handlers...)
}

Subdomains

Defined In

Frequently Asked Questions

What does DELETE() do?
DELETE() is a function in the gin codebase, defined in ginS/gins.go.
Where is DELETE() defined?
DELETE() is defined in ginS/gins.go at line 71.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free