---
title: "Disable a Pay Link"
method: PATCH
path: "/v1/paylink/{id}/disable"
tags: ["Paylink"]
---

# Disable a Pay Link

`PATCH /v1/paylink/{id}/disable`

Disable an active paylink, preventing any further payments from being made through it.

## Path parameters

- `id` string, required

## Query parameters

- `disabled` true | false, required — Set to true to disable the pay link or false to enable it.
- `apiKey` string, required

## Response `200`

Indicates whether the pay link has been successfully disabled or re-enabled.

## 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)
