---
title: "Delete Webhook"
method: DELETE
path: "/v0/pods/{pod_id}/webhooks/{webhook_id}"
tags: ["PodsWebhooks"]
---

# Delete Webhook

`DELETE /v0/pods/{pod_id}/webhooks/{webhook_id}`

**CLI:**
```bash
agentmail pods:webhooks delete --pod-id <pod_id> --webhook-id <webhook_id>
```

## Path parameters

- `pod_id` string, required — ID of pod.
- `webhook_id` string, required — ID of webhook.

## Response `204`

## Other responses

- `404`

## Changes

- **2026-07-15** `394ddcdd9c29` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agentmail-to/apis/api/changes/v0/pods/:pod_id/webhooks/:webhook_id/delete.md)

---

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