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

# Delete agent passphrase

`DELETE /v1/agent/{agent_id}/passphrase/{agent_passphrase_id}`

## Path parameters

- `agent_id` string, required — ID of an agent
- `agent_passphrase_id` string, required — ID of an agent passphrase

## Request body

- object
  - `passphrase` string, required — The current passphrase for the agent.

## Response `204`

No Content

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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