Copy link to clipboard
Copied
I started creating some widgets but cancelled (used back button in browser) after realising the documents were not ready.
On my manage screen only 2 widgets appear, but when I execute the /api/rest/v5/widgets REST Method I get back 5 additional widgets (some with with same name) that are Enabled. I have tried disabling using REST api, and while it says was successful they are still shown as enabled
How can i remove or mark these widgets as disabled?
Copy link to clipboard
Copied
I have noticed that if I use the GET /widgets/{widgetId} method against a single widgets missing from the manage screen they have a status of "Aborted". But on the GET /widgets they come back with status of Enabled.
Is this a bug in the API?