How to delete all channels from admin panel

I want to delete all channels created from admin panel and also deleted channel not removing from admin panel

When I am creating conversation channel it is generating channel id automatically and not taking channel id which I have passed in create channel quest can you help with it?

@harshit Currently, delete all channels from admin panel(ASC Console) is not achievable. However, to delete a channel, this can be done via this api Amity API

For conversation channel, the system will auto-generated channelId for you and it is tied to its members, this is an expected behaviour.

Additional info:

Conversation channel is unique based on its membership. When creating conversation the system will check if channel with the same membership already exists, if such channel already exists the system will return existing channel instead of creating a new one.