APS rest API service DELETE process-instance

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2022 11:08 AM
Hi,
we need Information about Alfresco REST API.
I try to delete a process-instance with the following service:
DELETE /enterprise/process-instances/{processInstanceId}
But I found that deletion works only when executed with the starter user account. I tried also with "admin" account but I have a 404 Error.
How can I delete a process instance with an "admin" account using rest api?
Labels:
- Labels:
-
Alfresco Process Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022 11:51 PM
One way is to use http://localhost:8080/activiti-admin to delete process by admin.
