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
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
can you try it on postman by import your curl
File → import → Raw Text → past your curl