How to reset a topic for a quick inner dev loop?

While working on some producers using managed connectors I would like to be able to quickly make modifications to the connector configuration and see the results in kafka topics and clear out messages until the desired requirement are met.

For this what would be quickest way to “restet” the topic ? Delete topic → delete schema → re-create topic → reset consumer offsets OR use kafka-delete-records or something else ?

I am using terraform for creating kafka topics and setting up service account ACLs.

Thanks!