---
title: "Delete webhook subscriptions for an agent"
method: DELETE
path: "/agent/{agentId}/webhook-subscriptions"
tags: ["Webhooks"]
---

# Delete webhook subscriptions for an agent

`DELETE /agent/{agentId}/webhook-subscriptions`

Deletes **all** webhook subscriptions for the agent, regardless of which webhook they belong to.
If the agent has subscriptions across multiple webhooks, all of them are removed in a single call.

## Path parameters

- `agentId` string, required

## Response `200`

Subscriptions deleted successfully

- object
  - `status` boolean
  - `data` string — Success message

## Other responses

- `400` — Invalid input
- `401` — Unauthorized access
- `403` — Forbidden access
- `404` — Agent not found
- `500` — Internal server error

## Changes

- **2026-05-26** `0001c2ca9897` — 1 info
  - added the non-success response with the status `403`
- **2026-05-11** `2790c9edc50e` — 2 info
  - api tag `Webhooks` added
  - api tag `Agents` removed

[Change history](https://skmtc.dev/smallest-inc/apis/agent-management-api/changes/agent/:agentId/webhook-subscriptions/delete.md)

---

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