---
title: "Remove ML Backend"
method: DELETE
path: "/api/ml/{id}"
tags: ["Machine Learning"]
---

# Remove ML Backend

`DELETE /api/ml/{id}`

Remove an existing ML backend connection by ID. For example, use the
    following cURL command:
    ```bash
    curl -X DELETE http://localhost:8000/api/ml/{ml_backend_ID} -H 'Authorization: Token abc123'

## Path parameters

- `id` integer, required

## Response `204`

No response body

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
