Deleting Notification Channels

Request URL

DELETE https://http-collector-observability.sixthsense.rakuten.com/api-externalization/api/v1/channels/{channelId}

Header

Header key - Authorization

Header value - Bearer {{access_token}} (Navigate to Settings > Access token > Show access token in the SixthSence portal.)

Request

ParametersDescription
channelIdchannelId of the notification channel to be deleted.

Response

{
"data": {},
"message": "string",
"success": true
}

Example:

{
"message": "Notification Channel deleted successfully.",
"success": true,
"data": null
}