---
title: "Unregister Deployment"
method: DELETE
path: "/v1/rag/deployments/{deployment_id}"
tags: ["beta.rag.search_indexes"]
---

# Unregister Deployment

`DELETE /v1/rag/deployments/{deployment_id}`

Delete all information about a deployment

## Path parameters

- `deployment_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `400` — Invalid request
- `403` — Unauthorized
- `404` — Index not found
- `422` — Validation Error
- `500` — Internal server error

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/61436a496404/schema)
