summaryrefslogtreecommitdiffstats
path: root/vid-ext-services-simulator/src/main/resources/preset_registration/changeManagement/delete_scheduled.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
  }
}