delete https://example.com/rtmsAPI/api/v1/apps/$(appid)/topics/$(topicid)/users/$(userid)
Request
The **Unsubscribe User from Topic response is specified as follows:
URL | Unsubscribe Single User From a Topic | https://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 |
Method | DELETE |
Request Headers
The following table describes the response headers:
Request Header | Description |
---|---|
secretKey | Secret key generated in backend application. |
content-type | application/json |
Response Example
{
"trans_id" : "f55be7ae-4af7-45aa-a062-ae0ef5c32e60",
"description" : "success",
"code" : 0
}