dashboards: revert adding api for retrieving uid by slug

Since we're already have possibility to get a dashboard by slug
it makes little sense to have a separate endpoint in api for
retrieving uid by slug.
#7883
This commit is contained in:
Marcus Efraimsson
2018-01-30 23:18:08 +01:00
parent 4829ea0e9f
commit fd59241e35
4 changed files with 0 additions and 110 deletions

View File

@@ -231,9 +231,3 @@ type GetDashboardSlugByIdQuery struct {
Id int64
Result string
}
type GetDashboardUidBySlugQuery struct {
OrgId int64
Slug string
Result string
}