Request

The **Unsubscribe User from Topic response is specified as follows:

URLUnsubscribe Single User From a Topichttps://api.imiconnect.io/rtmsAPI/api/v1/apps/$(appid)/topics/$(topicid)/users/$(userid)

Example: http://api.imiconnect.io/rtmsAPI/api/v1/apps/BB20183142/topics/591d44c3e4b09eee109c/users/2315,
appid = BB20183142, topicid = 591d44c3e4b09eee109c, and userid = 2315
MethodDELETE

Request Headers

The following table describes the response headers:

Request HeaderDescription
secretKeySecret key generated in backend application.
content-typeapplication/json

Response Example

{
	"trans_id" : "f55be7ae-4af7-45aa-a062-ae0ef5c32e60",
	"description" : "success",
	"code" : 0
}
Language
Click Try It! to start a request and see the response here!