Skip to main content

Delete dashboard by uid

DELETE 

/v1/grafana/api/dashboards/uid/:uid

Will delete the dashboard given the specified unique identifier (uid).

Request

Path Parameters

    uid stringrequired

Responses

success

Schema
    title object

    Dashboard title.

    message object

    Response message.

    id integer

    Dashboard id.

Loading...