# Unsubscribe from an event webhook

`POST /webhook.unsubscribe`

## Description

Remove a webhook subscription by ID.

**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/webhook-unsubscribe*
