Interface ConsentServiceClient


public interface ConsentServiceClient
  • Method Summary

    Modifier and Type
    Method
    Description
    rx.Observable<com.hybris.charon.RawResponse>
    deleteConsentReference(String consentReferenceId, String tracingEnabled)
    delete consent reference for user
  • Method Details

    • deleteConsentReference

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