cURL
curl --request PUT \ --url http://localhost/api/orchestration/v2/instances/{instanceID}/abort \ --header 'Authorization: Bearer <token>'
{ "errorCode": "VALIDATION", "errorMessage": "<string>" }
Cancel a running workflow
The access token received from the authorization server in the OAuth 2.0 flow.
The instance id
No content