User/destoryURL:https://www.youroom.in/billings/<billing_id>/billing_users/<id> Formats:xml, json HTTP methods:DELETE Parameters:- billing_id. Required. The id of given enterprise account.
- id. Required. The id of target billing_user that to be delete.
- without_leaving. Optional. If given "1", keep the account accessible. Only leave all enterprise rooms.
Response:<?xml version="1.0" encoding="UTF-8"?> <billing-user> <admin type="boolean" nil="true"></admin> <created-at type="datetime">2011-04-28T07:21:12Z</created-at> <name>Enterprise User</name> <updated-at type="datetime">2011-04-28T07:21:12Z</updated-at> <user> <leaved-email>leave_user@example.com</leaved-email> </user> </billing-user>
|