# Unsubscribe from an event webhook

`POST /webhook.unsubscribe`

## Description

Remove a webhook subscription by ID.

The request is `application/x-www-form-urlencoded` (`id=<uuid>`), not
JSON. v1 uses a JSON body instead — see
[v1 webhook.unsubscribe](/docs/webhooks/webhook-unsubscribe).

**Access:** Organization only.

**Required scope:** `webhook:write`

---

**OpenAPI Spec:** [webhooks.json](https://developer.ro.am/webhooks.json)

## Authentication

```
Authorization: Bearer YOUR_API_KEY
```

## Request Body

## Responses

### 204 - Subscription deleted.

### 400 - Bad request.

### 401 - Presented invalid authentication credentials.

### 404 - Subscription not found.

### 500 - An internal error occurred.

---

*Machine-readable API documentation.*
*Full documentation: https://developer.ro.am/docs/webhooks-v0-dev/webhook-unsubscribe*
