- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Recyle bin objects?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2023 12:51 AM
Hello
Is there a way to remove objects from the recycle bin through the api?
Ideally Id like to delete a record and bypass the recycle bin all togheter for that one record.
Re: Recyle bin objects?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 09:00 AM
You can empty the recycle bin via API, but not remove individual objects.
Re: Recyle bin objects?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2023 10:52 PM
@JasonRad wrote:You can empty the recycle bin via API, but not remove individual objects.
Thanks for the reply.
That is a shame, I scavenge records through the api which I know should be removed permamentely, while other users generate valid recycle bin entries that I dont wish to purge :\
Re: Recyle bin objects?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 07:40 AM
Thanks.
I used selenium to achieve this instead. It's a shame I can't access the Recycle bin filters using API calls but it's fine. Selenium and HTML works perfectly.