Deleting Notification Channels
Request URL
Header
Header key - Authorization
Header value - Bearer {{access_token}} (Navigate to Settings > Access token > Show access token in the SixthSence portal.)
Request
Parameters | Description |
---|---|
channelId | channelId of the notification channel to be deleted. |
Response
{
"data": {},
"message": "string",
"success": true
}
Example:
{
"message": "Notification Channel deleted successfully.",
"success": true,
"data": null
}