DELETE
/
api
/
messaging
/
central-channels
/
{channelId}
/
messages
/
{messageId}
Delete channel message
curl --request DELETE \
  --url http://localhost:3000/api/messaging/central-channels/{channelId}/messages/{messageId}
{
  "success": true
}

Path Parameters

channelId
string
required
messageId
string
required

Response

200
application/json

Message deleted successfully

The response is of type object.