---
title: "Delete custom dashboard"
method: DELETE
path: "/v1/customreports/dashboards/{id}"
tags: ["CustomReport"]
---

# Delete custom dashboard

`DELETE /v1/customreports/dashboards/{id}`

## Path parameters

- `id` integer, required

## Response `200`

OK

- CustomReportResponse
  - `statusCode` integer, nullable
  - `success` boolean
  - `message` string, nullable
  - `resource` CustomReport
    - `id` integer
    - `name` string, nullable
    - `jsonQuery` string, nullable
    - `settings` CustomReportSettings
      - `notification` CustomReportNotificationSettings
        - `frequency` string, nullable — One of "hourly", "daily", "weekly", "monthly"
        - `day` integer — For weekly, 0 = Monday, 6 = Sunday. For monthly, 1 = 1st of the month, 31 = 31st of the month
        - `time` string, nullable
        - `emailRecipients` string, nullable
    - `lastNotificationTime` string, date-time, nullable
    - `customDashboardId` integer
    - `accountId` integer
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, nullable

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/infoset/apis/infoset-rest-api.md) · [All operations](https://skmtc.dev/infoset/apis/infoset-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infoset/infoset-rest-api/revisions/f5bc39a1ac15/schema)
