---
title: "Delete Llm Profile"
method: DELETE
path: "/api/v1/runtime/llm-profiles/{profile_id}"
tags: ["runtime"]
---

# Delete Llm Profile

`DELETE /api/v1/runtime/llm-profiles/{profile_id}`

## Path parameters

- `profile_id` string, uuid, required — Provider profile identifier.

## Response `204`

Successful Response

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `403` — LLM profile writes require local mode or admitted Neon authentication.
- `404` — Requested profile was not found.
- `422` — Validation Error
- `503` — Runtime services are unavailable because server startup is incomplete.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/versions/62e8c152aa18/schema)
