Delete old slack messages at a specific channel.
- Runtime: Python 3.x
$ API_TOKEN=xoxb-XXXXXXXXXXXXXXXXXXXXXXXXXXX python3 delete_messages.py Cxxxxxxxxx
You can specify multiple channel ids with following JSON data.
{
"target_ch_ids": [
"CHANNEL_1",
"CHANNEL_2",
"CHANNEL_3"
]
}