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

    Modifier and Type
    Method
    Description
    void
    delete(Map<String,String> payload, String configId, String token)
     
  • Method Details