{
"id": 1,
"title": "Clock",
"className": "ClockWidget",
"filename": "clock.js",
"description": "Widget to show what times it",
"author": "Zscan Software Devolopment Depto",
"brand": null,
"version": null,
"theme": null,
"icon": null,
"userCreated": {
"id": -99
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": -1
}
}curl --location --request DELETE 'https://prod.your-api-server.com/api/v1/widget' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"title": "Clock",
"className": "ClockWidget",
"filename": "clock.js",
"description": "Widget to show what times it",
"author": "Zscan Software Devolopment Depto",
"brand": null,
"version": null,
"theme": null,
"icon": null,
"userCreated": {
"id": -99
},
"userChanged": {
"id": null
},
"userDeleted": {
"id": -1
}
}'{}