---
title: "Remove a layout"
method: DELETE
path: "/matters/{matterId}/layouts/{itemId}"
tags: ["Layout Matter Items"]
---

# Remove a layout

`DELETE /matters/{matterId}/layouts/{itemId}`

Removes a layout matter item from a matter.

## Path parameters

- `matterId` string, uuid, required
- `itemId` string, uuid, required

## Response `202`

When request is accepted.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — When the matter or a layout item with the specified ID does not exist.
- `503` — Service Unavailable

---

[API](https://skmtc.net/smokeball/apis/api.md) · [All operations](https://skmtc.net/smokeball/apis/api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smokeball/api/versions/197984da9b42/schema)
