Deleting a Marketplace Listing with the API

Use the API to delete a Marketplace listing.

To delete a Marketplace listing you need the following: 

  1. Call the DELETE ​/v1​/subscriptions​/{subscriptionLocator}​/marketplace​/listings​/{listingId} method to delete the selected Marketplace listing.
  2. Use the listingId parameter to indicate which listing should be deleted.
  3. 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