---
title: "Delete Custom Model"
method: DELETE
path: "/custom/models/{modelId}"
---

# Delete Custom Model

`DELETE /custom/models/{modelId}`

Mark model for deletion. Model artifacts will be permanently removed within a predetermined period.

## Path parameters

- `modelId` string, uuid, required

## Response `204`

Successfully marked model for deletion. Model artifacts will be removed within a predefined time period.

## Other responses

- `default` — Response entity accompanying non-successful responses containing additional details about the error.

## Changes

- **2019-11-15** `fbf6a21a7b90` — 1 breaking, 1 info
  - removed the success response with the status `200`
  - added the success response with the status `204`

[Change history](https://skmtc.dev/azure/apis/form-recognizer-client/changes/custom/models/:modelId/delete.md)

---

[API](https://skmtc.dev/azure/apis/form-recognizer-client.md) · [All operations](https://skmtc.dev/azure/apis/form-recognizer-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/form-recognizer-client/revisions/f77e48809807/schema)
