I use Mup to deploy my app to server.
I created .sh auto-backup script and upload backup-data to Slack Channel.
curl -F file=@PrefixName_$(date +%Y-%m-%d).tar.gz -F channels=#SLACK_CHANNEL_NAME -F token=SLACK_TOKEN https://slack.com/api/files.upload
But now I would like to create .sh script to delete slack message before date condition.
Please help me.