# Deactivate link

Deactivate an active payment link to prevent further use.

Endpoint: POST /link/deactivate
Version: 1.0.0
Security: MerchantID

## Header parameters:

  - `merchant` (string, required)

  - `signature` (string, required)

## Request fields (application/json):

  - `id` (string, required)
    Unique payment link identifier.
Can be found at the end of the payment link URL.
    Example: Q6J3212g7K

## Response 200 fields (application/json):

  - `status` (string)
    Payment link has been deactivated.
    Example: ok

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Unauthorized access due to invalid credentials.
    Example: 1.01

  - `error.message` (array, required)
    Array of error messages applied to the decline payment.

