Class HttpUnsubscribe

All Implemented Interfaces:
Cloneable, AbortableHttpRequest, Configurable, HttpExecutionAware, HttpUriRequest, HttpEntityEnclosingRequest, HttpMessage, HttpRequest

@Deprecated(since="2026-02-13") public class HttpUnsubscribe extends BaseDavRequest
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Represents an HTTP UNSUBSCRIBE request.

Note that "UNSUBSCRIBE" is a custom HTTP extension, not defined in a standards paper.

Since:
2.13.6
  • Constructor Details

    • HttpUnsubscribe

      public HttpUnsubscribe(URI uri, String subscriptionId)
      Deprecated.
    • HttpUnsubscribe

      public HttpUnsubscribe(String uri, String subscriptionId)
      Deprecated.
  • Method Details