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 DELETE http://host:port/chan_name/v1/subscribe/dur_name
Example Response
{
"error":{
"code":0,
"reason":""
}
}
Copyright © Cloud Software Group, Inc. All rights reserved.