Delete the specified widget entirely

DELETE /api/widgets/{id}

Delete the specified widget entirely.

DELETE /api/widgets/{id}
curl \
 -X DELETE http://api.example.com/api/widgets/{id}