APS rest API service DELETE process-instance

cancel
Showing results for 
Search instead for 
Did you mean: 
fdauvergne
Customer

APS rest API service DELETE process-instance

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?

 

1 Reply
sanjaybandhniya
Intermediate

Re: APS rest API service DELETE process-instance

One way is to use http://localhost:8080/activiti-admin to delete process by admin.