---
title: "Destroying a Medical Records Detail"
method: DELETE
path: "/medical_records_details/{id}.json"
tags: ["Medical Records Details"]
---

# Destroying a Medical Records Detail

`DELETE /medical_records_details/{id}.json`

When a Medical Records Detail is destroyed, the child records, such as Medical Records, Medical Bills and Liens
will also be destroyed in the same transaction.

## Path parameters

- `id` integer, required

## Headers

- `X-API-VERSION` string

## Response `204`

No Content

## Other responses

- `403` — Forbidden

---

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