Deleting a Marketplace Listing with the API
Use the API to delete a Marketplace listing.
- Only the following types of listings can be deleted:
- TIBCO Flogo® and TIBCO Cloud™ Integration - Connect apps
- TIBCO Flogo® Connectors that are not included with your Subscription. See About TIBCO Cloud™ Integration Subscriptions for a list of included Connectors.
- Accelerators
- TIBCO Cloud™ Integration - Connect Connectors distributed by Cloud Software Group, Inc. cannot be deleted.
- A listings can only be deleted if:
- The item has never been installed in any organization.
- Access has been removed for all organizations that had the listing installed and those organizations have confirmed that they are no longer using the item. See Revoking Access to a Marketplace Listing and Managing Access to a Marketplace Listing with the API.
or
To delete a Marketplace listing 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. This is the Subscription Locator for the organization that owns the Marketplace listing. - Listing ID — ID of the Marketplace listing, which can be retrieved using the
GET /v1/subscriptions/{subscriptionLocator}/marketplace/listings
method.
- Call the
DELETE /v1/subscriptions/{subscriptionLocator}/marketplace/listings/{listingId}
method to delete the selected Marketplace listing. - Use the
listingId
parameter to indicate which listing should be deleted. - Use the
GET /v1/subscriptions/{subscriptionLocator}/marketplace/listings
method to verify that the listing has been deleted.
Role Requirements
This method requires an Admin role.
Related Topics
Managing Marketplace Listings with the TIBCO Cloud™ Integration API