---
title: "Delete Prompt By Id Agent Scoped"
method: DELETE
path: "/v1/agents/{agent_id}/prompts/{prompt_id}"
tags: ["Prompts"]
---

# Delete Prompt By Id Agent Scoped

`DELETE /v1/agents/{agent_id}/prompts/{prompt_id}`

## Path parameters

- `agent_id` integer, required
- `prompt_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/getbluejay/apis/bluejay-api.md) · [All operations](https://skmtc.net/getbluejay/apis/bluejay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbluejay/bluejay-api/revisions/4ef94eeb836d/schema)
