Disabling the DB Service for an Organization with the API
Use the API to disable the DB Service for a specific organization.
To disable the DB Service you need the following:
Subscription Locator — The Subscription Locator of the Organization you want to access. To find Subscription Locators for your organizations use the GET /v1/userinfo method to return a list of all of the organizations for your OAuth Token with their Subscription Locators. You can use 0 as the Subscription Locator for the organization that owns the OAuth token.
- Use the 
DELETE /v1/subscriptions/{subscriptionLocator}/dbservicemethod to disable the DB Service for a specific organization. This is an asynchronous call. -  Use the 
GET /v1/subscriptions/{subscriptionLocator}/dbserviceto return the status of the DB Service. 
Role Requirements
- Admins can disable the DB service for their organization.
 - Users cannot disable the DB service for their organization.
 - Read-only users cannot disable the DB service for their organization.
 
Related Topics
Managing an Organization with the TIBCO Cloud™ Integration API