---
title: "How to Remove REST API Links for WordPress Website?"
url: https://qa.nexterwp.com/docs/remove-rest-api-links-for-wordpress/
date: 2023-04-18
modified: 2026-04-15
author: "Aditya Sharma"
description: "As web developers, we all know the importance of using REST API links in our WordPress websites. These links allow us to easily communicate between different platforms and provide a..."
image: https://qa.nexterwp.com/wp-content/uploads/2024/05/remove-rest-api-links-for-wordpress-1024x519.jpg
word_count: 194
---

# How to Remove REST API Links for WordPress Website?

## Key Takeaways

- Utilizes the Nexter Extension (Free) plugin to remove REST API links from WordPress websites.
- Accesses Nexter > Extensions > Security to enable the toggle for removing REST API links.
- Confirms removal by checking the page source code for the absence of REST API links.

As web developers, we all know the importance of using REST API links in our WordPress websites. These links allow us to easily communicate between different platforms and provide a seamless user experience. However many websites don’t use it for them it is better to remove the link.

With the [Nexter Extension (Free) plugin](https://wordpress.org/plugins/nexter-extension/) you can easily remove the REST API link from your website.

[LIVE EXTENSION LINK](https://qa.nexterwp.com/nexter-extensions/advanced-wordpress-security/)

 

## Why Remove REST API Link?

By default WordPress adds a line of code for REST API in the page source code.

![rest api link](https://qa.nexterwp.com/wp-content/uploads/2023/04/rest-api-link.png)

It also adds some additional code in the backend PHP files. So if you are not using this feature, you should remove the link to remove those extra lines of code.

## How to Remove REST API Link with The Nexter Extension?

To do this, go to **Nexter **>** Extensions** > **Security**.

Then go to the **Advanced Security **section, enable the toggle, and click on the gear icon (⚙).

![](https://qa.nexterwp.com/wp-content/uploads/2025/08/advanced-security-settings-new-1.png)

This will open the Advanced Security popup, go to **Remove REST API Links** and enable the toggle.

Then click on the **Save** button.

![remove rest api link](https://qa.nexterwp.com/wp-content/uploads/2023/04/remove-rest-api-link-new.png)

Now if you check the page source code you won’t find the link.