---
title: "Delete Instruction"
method: DELETE
path: "/instructions/{instruction_id}"
tags: ["entities"]
---

# Delete Instruction

`DELETE /instructions/{instruction_id}`

Delete an instruction. This will delete the instruction and all entities generated by it. This operation is irreversible.

## Path parameters

- `instruction_id` string, uuid, required — The ID of the instruction.

## Response `200`

Successful Response

- object

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `422` — Validation Error
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/ragie/apis/ragie-api.md) · [All operations](https://skmtc.dev/ragie/apis/ragie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ragie/ragie-api/revisions/ffdf960539ca/schema)
