{
"id": 87,
"brand": {},
"name": "BF-1T202",
"especifications": "",
"type": {
"id": 8,
"description": "Fibrobronchoscope",
"acronim": "FB",
"dateHourCreated": "2018-04-19T14:06:29.000Z",
"dateHourChanged": "2018-04-19T14:06:29.000Z",
"dateHourDeleted": null
},
"interface": null,
"output": null,
"input": null,
"voltage": null,
"current": null,
"dimension_x": null,
"dimension_y": null,
"dimension_z": null,
"userCreated": {
"id": -1
},
"userChanged": {
"id": -1
},
"userDeleted": {
"id": -1
},
"dateHourCreated": "2018-04-19T18:19:11.000Z",
"dateHourChanged": "2018-04-19T18:19:11.000Z"
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/devicemodel' \
--header 'Authorization: {{auth_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 87,
"brand": {},
"name": "BF-1T202",
"especifications": "",
"type": {
"id": 8,
"description": "Fibrobronchoscope",
"acronim": "FB",
"dateHourCreated": "2018-04-19T14:06:29.000Z",
"dateHourChanged": "2018-04-19T14:06:29.000Z",
"dateHourDeleted": null
},
"interface": null,
"output": null,
"input": null,
"voltage": null,
"current": null,
"dimension_x": null,
"dimension_y": null,
"dimension_z": null,
"userCreated": {
"id": -1
},
"userChanged": {
"id": -1
},
"userDeleted": {
"id": -1
},
"dateHourCreated": "2018-04-19T18:19:11.000Z",
"dateHourChanged": "2018-04-19T18:19:11.000Z"
}'{}