Skip to main content
DELETE
/
history
/
process-instance
/
{id}
/
variable-instances
Delete Variable Instances
curl --request DELETE \
  --url http://{host}:{port}/{contextPath}/history/process-instance/{id}/variable-instances \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

id
string
required

The id of the process instance for which all historic variables are to be deleted.

Response

Request successful.