curl --request DELETE \
--url http://localhost:3000/api/messaging/central-channels/{channelId}/messages/{messageId}
{
"success": true
}
Delete a specific message from a channel
curl --request DELETE \
--url http://localhost:3000/api/messaging/central-channels/{channelId}/messages/{messageId}
{
"success": true
}
Message deleted successfully
The response is of type object
.
Was this page helpful?