Purge Binary Logs in MYSQL

We can execute blow on Both Primary and Slave Sides for Purge the Binary logs of Mysql Database

SHOW BINARY LOGS;
PURGE BINARY LOGS BEFORE '2019-04-02 22:46:26';