---
title: "Remove gadget from dashboard"
method: DELETE
path: "/rest/api/2/dashboard/{dashboardId}/gadget/{gadgetId}"
tags: ["Dashboards"]
---

# Remove gadget from dashboard

`DELETE /rest/api/2/dashboard/{dashboardId}/gadget/{gadgetId}`

Removes a dashboard gadget from a dashboard.

When a gadget is removed from a dashboard, other gadgets in the same column are moved up to fill the emptied position.

**[Permissions](#permissions) required:** None.

## Path parameters

- `dashboardId` integer, required
- `gadgetId` integer, required

## Response `204`

Returned if the request is successful.

- unknown

## Other responses

- `401` — Returned if the authentication credentials are incorrect or missing.
- `404` — Returned if the gadget or the dashboard is not found.

---

[API](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api.md) · [All operations](https://skmtc.net/atlassian/apis/the-jira-cloud-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/atlassian/the-jira-cloud-platform-rest-api/versions/a26541c2f8bd/schema)
