DELETE api/v1/dashboardconfig/dashboards/{dashboardId}

Delete DashboardModel by primary key. This is an asynchronous service.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
dashboardId

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

DashboardModel
NameDescriptionTypeAdditional information
IsDuplicateName

boolean

None.

Message

string

None.

DashboardId

globally unique identifier

Required

DashboardName

string

Required

String length: inclusive between 0 and 50

DashboardDescription

string

String length: inclusive between 0 and 500

CreatedDate

date

Required

Createdby

string

Required

String length: inclusive between 0 and 50

IsEnabled

boolean

None.

DashboardURLPattern

string

None.

DepartmentsPerClusters

Collection of DepartmentsPerClusterModel

None.

Entities

Collection of EntityModel

None.

PersonalFilters

Collection of PersonalFilterModel

None.

UserPreferences

Collection of UserPreferenceModel

None.

SkillGroupMappings

Collection of SkillGroupMappingModel

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.