Can somebody help me to delete a channel with API?

For 2 days i tried to delete a channel with channelId ‘channel2’ in many ways but didnt work because of authorization.

Can somebody tell me how exactly i should type the correct value in the authorization field?

Many many tks

Hi can you try this curl ?

curl --location --request DELETE 'https://api.amity.co/api/v3/channels/channel2' \
--header 'Authorization: Bearer ADMINTOKEN'

you can get admin token on amity console
=> Settings => Admin Users => look at action column on your admin name => Settings => Generate Token

it didnt work for me
maybe i typed wrong something right?

can you try it on postman by import your curl

File → import → Raw Text → past your curl