DELETE chan_name/v1/subscribe/dur_name

The web method DELETE chan_name/v1/subscribe/dur_name deletes a specific durable subscription on a specific channel.

  • chan_name in the URI is the channel name.
  • dur_name in the URI is the durable name of the subscription.

Example Requests

curl -X DELETE http://host:port/chan_name/v1/subscribe/dur_name