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). Please ensure to change the region in the URL to match your account's region.

Request

Path Parameters

    uid stringrequired

Responses

success

Schema
    title object

    Dashboard title.

    message object

    Response message.

    id integer

    Dashboard id.

Loading...