---
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

---

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