Package com.hybris.yprofile.rest.clients
Interface ConsentServiceClient
public interface ConsentServiceClient
-
Method Summary
Modifier and TypeMethodDescriptionrx.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
-