Stop and delete a workflow process by entity instance ID

delete/processes/entityName/{entityName}/entityInstanceId/{entityInstanceId}

Stops and deletes a workflow process by entity instance ID.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
entityInstanceId
string
true

The instance ID of the entity.

entityName
string
true

The name of the entity.

Responses

StatusMeaningDescription
204No Content

The operation was successful.

404Not Found

No workflow process exists at the requested path.

Schema