Skip to main content

deleteProcessInstance

Delete 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.