Interface ConsentServiceClient


  • public interface ConsentServiceClient
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      rx.Observable<com.hybris.charon.RawResponse> deleteConsentReference​(java.lang.String consentReferenceId, java.lang.String tracingEnabled)
      delete consent reference for user
    • Method Detail

      • deleteConsentReference

        @DELETE
        @Consumes("application/json")
        @Produces("application/json")
        @Path("/${tenant}/consents/{consent-reference}")
        rx.Observable<com.hybris.charon.RawResponse> deleteConsentReference​(@PathParam("consent-reference")
                                                                            java.lang.String consentReferenceId,
                                                                            @HeaderParam("X-B3-Sampled")
                                                                            java.lang.String tracingEnabled)
        delete consent reference for user