{
"id": 4,
"updateType": "S",
"currentUpdate": "8.0.0",
"previousUpdate": "8.0.0",
"installationDate": "2019-05-14T09:19:08.000Z",
"firstInitialization": true,
"releaseNote": "Nenhuma nota a declarar ",
"dateHourCreated": "2019-05-14T09:19:08.000Z",
"dateHourChanged": "2019-05-14T13:07:24.000Z",
"dateHourDeleted": "2019-05-14T13:07:24.000Z"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/updatesystem' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 4,
"updateType": "S",
"currentUpdate": "8.0.0",
"previousUpdate": "8.0.0",
"installationDate": "2019-05-14T09:19:08.000Z",
"firstInitialization": true,
"releaseNote": "Nenhuma nota a declarar ",
"dateHourCreated": "2019-05-14T09:19:08.000Z",
"dateHourChanged": "2019-05-14T13:07:24.000Z",
"dateHourDeleted": "2019-05-14T13:07:24.000Z"
}'{}