Disabling the Execution History Service for an Organization with the API
Use the API to disable the Execution History Service for a specific organization. The Execution History Service only supports TIBCO BusinessWorks™ Apps.
To disable the Execution History 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}/exechist
method to disable the Execution History Service for a specific organization. This is an asynchronous call. - Use the
GET /v1/subscriptions/{subscriptionLocator}/exechist
method to return the status of the Execution History Service.
Execution History is enabled by default for TIBCO Cloud™ Integration - Connect apps and cannot be disabled. See Viewing Execution History for more information.
Related Topics
Managing an Organization with the TIBCO Cloud™ Integration API
Viewing Execution History Service Status for an Organization with the API
Enabling the Execution History Service for an Organization with the API