Unlink a dashboard from a stream
Technical Preview
Unlinks a dashboard from a stream. Noop if the dashboard is not linked to the stream.
Path parameters
-
name
string Required -
dashboardId
string Required
DELETE
/api/streams/{name}/dashboards/{dashboardId}
curl \
--request DELETE 'https://localhost:5601/api/streams/{name}/dashboards/{dashboardId}' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: true"
Request examples
# Headers
kbn-xsrf: true
# Payload
{}