{
  "userAppId": {},
  "workflowVersionIds": [
    "<string>",
    "<string>"
  ]
}curl --location --request DELETE 'http://dev-cn.your-api-server.com/v2/users/<string>/apps/<string>/workflows/<string>/versions' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
  "userAppId": {},
  "workflowVersionIds": [
    "<string>",
    "<string>"
  ]
}'{
  "status": {
    "code": "ZERO",
    "description": "<string>",
    "details": "<string>",
    "stackTrace": [
      "<string>",
      "<string>"
    ],
    "percentCompleted": "<long>",
    "timeRemaining": "<long>",
    "reqId": "<string>",
    "internalDetails": "<string>",
    "redirectInfo": {
      "url": "<string>",
      "resourceType": "<string>",
      "oldResourceId": "<string>",
      "newResourceId": "<string>"
    }
  }
}