PUT api/dashboard/{id}/removenegotiator

Removes the dashboard from the authenticated negotiator's active dashboards. The dashboard itself is not deleted. This operation only removes it from the authenticated negotiator's active-dashboard selection.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The unique identifier of the dashboard to deactivate.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An empty response when the dashboard was deactivated successfully.

None.