annotation Athena::Delete
Overview
Defines a DELETE endpoint.
Fields
- path :
String- The path for the endpoint.
Example
@[Athena::Delete(path: "/users/:id")]
Defines a DELETE endpoint.
String - The path for the endpoint.@[Athena::Delete(path: "/users/:id")]