Stop and delete a workflow process by entity instance ID

delete/processes/entityName/{entityName}/entityInstanceId/{entityInstanceId}
Internal-Use Only

Stops and deletes a workflow process by entity instance ID.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
entityInstanceId
string
true

The instance ID of the entity.

entityName
string
true

The name of the entity.

Responses

StatusMeaningDescription
204No ContentThe operation was successful.
404Not FoundNo workflow process exists at the requested path.Schema