Annotation Type Delete


  • @Documented
    @Retention(RUNTIME)
    @Target(METHOD)
    @Executable
    @Inherited
    public @interface Delete
    A method designed to annotate an Endpoint delete operation.
    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description  
      java.lang.String[] produces  
    • Element Detail

      • description

        java.lang.String description
        Returns:
        Description of the operation
        Default:
        ""
      • produces

        @AliasFor(annotationName="io.micronaut.http.annotation.Produces",
                  member="value")
        java.lang.String[] produces
        Returns:
        The produced MediaType values. Defaults to application/json
        Default:
        {"application/json"}