---
title: "Delete a Subscription Webhook"
method: DELETE
path: "/v1/webhook/paylink/subscription/{webhookId}"
tags: ["Webhooks"]
---

# Delete a Subscription Webhook

`DELETE /v1/webhook/paylink/subscription/{webhookId}`

Delete a subscription webhook by its ID to stop receiving subscription-related events.

## Path parameters

- `webhookId` string, required

## Query parameters

- `apiKey` string, required

## Response `200`

Webhook deleted successfully.

## Other responses

- `401` — Provided API key has no access to the resource.

---

[API](https://skmtc.net/hel/apis/helio-open-api.md) · [All operations](https://skmtc.net/hel/apis/helio-open-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hel/helio-open-api/revisions/5732beb2d39f/schema)
