---
title: "Delete an existing layout mapping."
method: DELETE
path: "/authoring/v1/layout-mappings/{id}"
tags: ["Authoring layouts"]
---

# Delete an existing layout mapping.

`DELETE /authoring/v1/layout-mappings/{id}`

Use the /layout-mappings/{id} endpoint to delete an existing layout mapping from the database.<br />User roles: admin, manager

## Path parameters

- `id` string, required

## Response `200`

Success.

## Other responses

- `400` — Invalid ID OR Invalid input.
- `401` — The user is not authorized to run this action.
- `403` — The operation is not available based on the current tenant's tier.
- `404` — The document with ID {id} was not found OR Current tenant's database is not provisioned.
- `429` — Too Many Requests, the server has reached a limit, the request must be sent again at a later time.
- `500` — Unexpected error.

---

[API](https://skmtc.net/goacoustic/apis/acoustic-content-api.md) · [All operations](https://skmtc.net/goacoustic/apis/acoustic-content-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goacoustic/acoustic-content-api/versions/677305266d89/schema)
