DeleteDashboard

DELETE/analytics/v1/dashboards/{id}

Path Parameters

id*id

The id path parameter.

Query Parameters

expected_revision*expected_revision

The expected_revision query parameter.

Formatint32

Response Body

200application/json

Success

type: unknown

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}
curl -X DELETE "https://api.rixl.com/analytics/v1/dashboards/string?expected_revision=0"

Success

application/json

{
  "$ref": "#/components/schemas/google.protobuf.Empty",
  "$ref-value": {
    "type": "object",
    "description": "An empty JSON object."
  }
}