Deleting an App Pin with the API

If you have pinned an app, you can delete the pin at any time. Pinned apps can be restored. If you delete the pin, that version of the app cannot be restored. Deleting the pin does not affect the current app.

Note: Only and TIBCO BusinessWorks apps can be pinned.

Considerations

To delete a pin from an app, you need the following: 

  1. Use the DELETE /v1/subscriptions/{subscriptionLocator}/apps/{appId}/pin method to delete the pin for the selected app.
  2. Use the GET /v1/subscriptions/{subscriptionLocator}/apps/{appId}/pin method to verify that the pin has been deleted for the selected app.

Role Requirements

Only Admin users can unpin an app.

Related Topics

Viewing an App Pin with the API

Pinning an App with the API

Restoring a Pinned App with the API