aboutsummaryrefslogtreecommitdiffstats
path: root/vid-automation/src/main/resources/registration_to_simulator/changeManagement/delete_scheduled_task.json
blob: 6edf5a56c4ebad7796fe774144fba223f4b66fe7 (plain)
1
2
3
4
5
6
7
8
9
{
  "simulatorRequest": {
    "method": "DELETE",
    "path": "/scheduler/v1/ChangeManagement/schedules/<SCHEDULE_ID>"
  } ,
  "simulatorResponse": {
    "responseCode": 204
  }
}