---
title: "Delete an agent instruction"
method: DELETE
path: "/agentInstruction/{instruction_id}"
tags: ["AgentInstruction"]
---

# Delete an agent instruction

`DELETE /agentInstruction/{instruction_id}`

Deletes an agent instruction

## Path parameters

- `instruction_id` string, required

## Response `204`

Successfully deleted

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — Entity not found
- `default` — Unknown error

---

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