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.

  1. Use the DELETE ​/v1​/subscriptions​/{subscriptionLocator}​/dbservice method to disable the DB Service for a specific organization. This is an asynchronous call.
  2. Use the GET ​/v1​/subscriptions​/{subscriptionLocator}​/dbservice to return the status of the DB Service.

Role Requirements

Related Topics

Managing an Organization with the TIBCO Cloud™ Integration API

Viewing DB Service Status for an Organization with the API