Unsubscribe by Team ID
- DarkLight
Unsubscribe by Team ID
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Overview
This API allows the Agent to unsubscribe the logged in user from the subscribed team ID.
Pre-requisite
The agent must be logged in to the application.
Sequence Diagram

Message Structure
Request Parameters | Value |
|---|---|
channel | Cisco |
topic | Team |
subtopic | UnSubscribeByTeamID |
source | «app-name-broadcasting-this-message» |
data | «JSON Object» |
Data Parameters
Parameter | Data Type | Description | Sample Value |
|---|---|---|---|
No data parameters |
Sample Request
{
"channel": "Cisco",
"topic": "Team",
"subtopic": "UnSubscribeTeamByTeamID",
"data": "5003"
}Sample Response
No sample responseWas this article helpful?