cURL
curl --request DELETE \ --url http://localhost:8091/api/servers/{serverID}/channels/{channelID}/notification-preferences \ --header 'Authorization: Bearer <token>'
Removes the channel-specific notification preference, reverting to the server-level preference.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
Channel ID
Channel notification preference deleted