SOLVED
Delete ex-employee (owner) workflows from server
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HomesickSurfer
12 - Quasar
‎02-22-2024
08:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello
How can ex-employee (owner) workflows be deleted from the server, if at all possible?
eg. 'Bob' is no longer employed at our company. Bob was owner of the assets published to the server. We would like to 'delete' Bob's assets.
Thank you for your attention and assistance.
Solved! Go to Solution.
2 REPLIES 2
17 - Castor
‎02-23-2024
01:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey @HomesickSurfer, one option would be to use the server API - use an initial call with the GET {baseURL}/v3/users/{userId}/assets endpoint, specifying workflows, and then another call using DELETE {baseURL}/v3/workflows/{workflowId} to action it.
Documentation here: https://help.alteryx.com/current/en/server/api-overview/alteryx-server-api-v3/server-api-v3-objects....
‎02-23-2024
06:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you @DataNath
