---
title: "Delete Webhook"
method: DELETE
path: "/v0/inboxes/{inbox_id}/webhooks/{webhook_id}"
tags: ["InboxesWebhooks"]
---

# Delete Webhook

`DELETE /v0/inboxes/{inbox_id}/webhooks/{webhook_id}`

**CLI:**
```bash
agentmail inboxes:webhooks delete --inbox-id <inbox_id> --webhook-id <webhook_id>
```

## Path parameters

- `inbox_id` string, required — The ID of the inbox.
- `webhook_id` string, required — ID of webhook.

## Response `204`

## Other responses

- `404`

---

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