Skip to main content
Version: 1.3

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.