---
title: "Delete Agent"
method: DELETE
path: "/v1/agent/{agent_id}"
tags: ["Agents"]
---

# Delete Agent

`DELETE /v1/agent/{agent_id}`

Delete an agent by ID.

## Path parameters

- `agent_id` integer, required

## Headers

- `X-API-Key` string, required

## Response `200`

Successful Response

- AgentResponse
  - `agent_id` integer, required — ID of the created agent
  - `status` string — Status of the response
  - `http_webhook_key` string, nullable — Signing key for HTTP webhook (only provided if http_webhook was set)

## 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/f48cef80963f/schema)
