如何暂停 Cloud Foundry Org?

How to suspend Cloud Foundry Org?

roles的文档中提到:

By default, an org has the status of active. An admin can set the status of an org to suspended...

但是,我找不到任何关于如何这是如何完成的文档。
我的问题:暂停组织的正确API要求是什么?

cf curl /v2/organizations/<org-guid> -X PUT -d '{"status":"suspended"}'.
参见 http://apidocs.cloudfoundry.org/263/organizations/update_an_organization.html