---
title: "Delete"
method: DELETE
path: "/landscapes/{landscapeId}/versions/{versionId}/adrs/{adrId}"
tags: ["ADRs"]
---

# Delete

`DELETE /landscapes/{landscapeId}/versions/{versionId}/adrs/{adrId}`

## Path parameters

- `landscapeId` string, id, required
- `versionId` union, required
  - string, id
  - 'latest'
- `adrId` string, id, required

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `500` — Internal Server
- `503` — Service Unavailable

## Changes

- **2026-06-23** `3ba492e17423` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/icepanel/apis/icepanel-api/changes/landscapes/:landscapeId/versions/:versionId/adrs/:adrId/delete.md)

---

[API](https://skmtc.dev/icepanel/apis/icepanel-api.md) · [All operations](https://skmtc.dev/icepanel/apis/icepanel-api/llms.txt) · [OpenAPI document](https://skmtc.dev/icepanel/apis/icepanel-api/revisions/55f4e7385012?raw)
