aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/test/resources/registration_to_simulator/delete_schedule_ok.json
blob: d532a8e62467ae568cd202880bf439b3e55ad9cc (plain)
1
2
3
4
5
6
7
8
9
{
  "simulatorRequest": {
    "method": "DELETE",
    "path": "/scheduler/v1/ChangeManagement/schedules/1234"
  } ,
  "simulatorResponse": {
    "responseCode": 204
  }
}