• How to remove associated contact from call using Rest API

    HI Team , I created call with contact and tried to remove the contact from call during updation using Rest API . But no luck to remove the contact . PUT <domain> /rest//Calls/ <call_Id> {"name":"Maha","description":""} It Return 200 OK . But Contact is…