imchat:bot
Medium
/oauth/token
endpoint with grant type as client_credentials
. https://api.zoom.us/oauth/token?grant_type=client_credentials
as the endpoint for the request.Basic base64Encode({client_id}:{client_sceret})
curl --location --request DELETE 'http://api.zoom.us/v2/im/chat/messages/' \
--form 'account_id=""' \
--form 'robot_jid=""'
{
"message_id": "20191017014024747_XYYRFjM_main",
"robot_jid": "v1pky3qsaoqqwdfdsaf5pl8q@xmppdev.zoom.us",
"sent_time": "2019-10-17 01:40:24",
"to_jid": "xxx@conference.xmppdev.zoom.us",
"user_jid": "jnr_3e_eq4cveeafp3qp6w@xmppdev.zoom.us"
}