2018-10-24 19:52:00 +00:00
|
|
|
Deletes a widget
|
2018-10-22 21:54:31 +00:00
|
|
|
---
|
|
|
|
tags:
|
|
|
|
- Dashboard
|
|
|
|
parameters:
|
|
|
|
- in: path
|
|
|
|
name: dashboard_id
|
|
|
|
required: true
|
|
|
|
type: integer
|
|
|
|
description: Id of the dashboard
|
2018-10-24 19:52:00 +00:00
|
|
|
- in: path
|
|
|
|
name: widget_id
|
|
|
|
required: true
|
|
|
|
type: integer
|
|
|
|
description: Id of the widget
|
2018-10-22 21:54:31 +00:00
|
|
|
responses:
|
|
|
|
204:
|
|
|
|
description: Success
|