curl --request DELETE \
--url https://apix.us.amity.co/api/v5/message-feeds/{messageFeedId} \
--header 'Authorization: Bearer <token>'Delete an existing message feed except the default message feed
curl --request DELETE \
--url https://apix.us.amity.co/api/v5/message-feeds/{messageFeedId} \
--header 'Authorization: Bearer <token>'Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Message feed ID The ID of the message feed
30"a85dca058f5b585f86a29f14"
A flag to confirm permanent deletion
Successful operation