APIsTasklist API (GraphQL)MutationsdeleteProcessInstanceOn this pagedeleteProcessInstanceDelete process instance by given processInstanceId. Returns true if process instance could be deleted.deleteProcessInstance( processInstanceId: String!): Boolean!Arguments​processInstanceId (String)​Type​Boolean​The Boolean scalar type represents true or false.Was this helpful?