Authorization: Bearer ********************curl --location --request DELETE 'https://api.ogoship.com/api/settings/channel/' \
--header 'Authorization: Bearer <token>'{
"channelId": 0,
"notificationProviderSettings": [
{
"type": "string",
"key": "string",
"settingsJSON": "string",
"testMode": true,
"testAddress": "string"
}
],
"languages": [
"string"
],
"defaultLanguage": "string",
"revision": 0
}