---
title: "Unsubscribe webhook from a link"
method: DELETE
path: "/api/v1/link/{link_id}/webhooks/{hook_id}"
tags: ["Webhooks"]
---

# Unsubscribe webhook from a link

`DELETE /api/v1/link/{link_id}/webhooks/{hook_id}`

Remove a webhook subscription from a link. The hook_id is the URL-encoded webhook URL.

## Path parameters

- `link_id` integer, required
- `hook_id` string, required

## Response `200`

Webhook unsubscribed

- string

## Other responses

- `403` — Forbidden
- `404` — Not found

---

[API](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api.md) · [All operations](https://skmtc.net/linklyhq/apis/linkly-url-shortener-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linklyhq/linkly-url-shortener-api/revisions/351c1f004617/schema)
