---
title: "Unsubscribe from a webhook."
method: DELETE
path: "/v1/webhooks/{hook}"
tags: ["webhooks"]
---

# Unsubscribe from a webhook.

`DELETE /v1/webhooks/{hook}`

Removes the webhook subscription for the specified event type.

## Path parameters

- `hook` 'parcel' | 'parcelLocation' | 'proofCodeGenerated', required

## Response `200`

Webhook subscription removed successfully.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication token.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
