Cancel a Subscription

Topics:

Use the following REST call to cancel a subscription.

DELETE: /server/api/v1/server/cdc/subscribe/{subscriptionId}

Topics:

Specify the subscription ID to cancel.

Example:

DELETE https://localhost:9514/server/api/v1/server/cdc/subscribe/271192d4-48d0-4e91-869e-dc1b477311be

-- response --

200 OK
Server:  Apache-Coyote/1.1
X-Application-Context:  application:9500
Content-Type:  application/xml;charset=UTF-8
Transfer-Encoding:  chunked
Date:  Thu, 03 May 2018 11:39:19 GMT
<RestResponse>
  <status>0</status>
  <statusText/>
  <responseType>java.lang.String</responseType>
  <response>271192d4-48d0-4e91-869e-dc1b477311be</response>
</RestResponse>