> ## Documentation Index
> Fetch the complete documentation index at: https://epayclub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deactivate Payment link

> Disable an existing payment link.

<ParamField path="id" type="string" required>
  The Payment link’s ID.
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
      "data": null,
      "status": "success",
      "statusCode": "00",
      "message": "Payment link status updated successfully"
  }
  ```

  ```json 400 theme={null}
  {
      "status": "failed",
      "statusCode": "02",
      "message": "payment link not found"
  }
  ```
</ResponseExample>
