Skip to main content
DELETE
/
api
/
servers
/
{serverID}
/
channels
/
{channelID}
/
notification-preferences
Delete channel notification preference
curl --request DELETE \
  --url http://localhost:8091/api/servers/{serverID}/channels/{channelID}/notification-preferences \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer

Path Parameters

serverID
string
required

Server ID

channelID
string
required

Channel ID

Response

204

Channel notification preference deleted