Participation/removeURL:https://www.youroom.in/billings/<billing_id>/billing_groups/<billing_group_id>/participations/remove
Formats:xml, json HTTP methods:POST Parameters:- billing_id. Required. The id of given enterprise account.
- billing_group_id. Required. The id of billing_group id. It is not same with group id.
- email. Required. The email of the target user to remove the room. This email must be included to enterprise.
Response:<?xml version="1.0" encoding="UTF-8"?> <participation> <admin type="boolean">false</admin> <created-at type="datetime">2010-05-28T06:14:41Z</created-at> <id type="integer">47</id> <name></name> <status>UNJOINED</status> <updated-at type="datetime">2010-05-28T06:14:41Z</updated-at> </participation>
|
|