Interface HttpDELETEGateway


  • public interface HttpDELETEGateway
    Gateway to relay the DELETE operation to the secured webservice responsible of executing the operation. By default, smarteditwebservices is the targeted web extension.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void delete​(java.util.Map<java.lang.String,​java.lang.String> payload, java.lang.String configId, java.lang.String token)  
    • Method Detail

      • delete

        void delete​(java.util.Map<java.lang.String,​java.lang.String> payload,
                    @Header("configId")
                    java.lang.String configId,
                    @Header("Authorization")
                    java.lang.String token)