---
title: "How to Remove REST API Links for WordPress Website?"
url: https://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://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

- Nexter Extension (Free) allows users to easily remove the REST API link from their WordPress website.
- By default, WordPress adds a line of code for REST API in the page source code and additional code in backend PHP files.
- To remove REST API links, users enable the toggle in the Advanced Security section of Nexter Extension and click Save.

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://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://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://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://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.

## Frequently Asked Questions

**Q: What are the best practices for using the Nexter Extension?**
A: When using the Nexter Extension, it's best to enable features like removing REST API links only if you are certain that your site does not require them. This can help maintain a clean codebase and improve site performance. Regularly review your site's features to ensure you're using only what you need.

**Q: How do I troubleshoot if the REST API link is still showing after using the Nexter Extension?**
A: If the REST API link is still present after following the steps in the Nexter Extension, check to ensure that you have saved your changes correctly. Sometimes, caching plugins may also cause the old code to appear. Clear your site cache and refresh the page to see if the link has been removed.

**Q: Is removing the REST API link safe for my WordPress site?**
A: Removing the REST API link is generally safe if your site does not rely on it for functionality. Most sites that don't use REST API features can benefit from a cleaner codebase. However, ensure that any plugins or themes you use do not require REST API access before removing it.

**Q: What steps do I follow to remove the REST API link using the Nexter Extension?**
A: To remove the REST API link, navigate to Nexter &gt; Extensions &gt; Security in your WordPress dashboard. In the Advanced Security section, enable the toggle for Remove REST API Links and click the gear icon to access the settings. After enabling the toggle, click Save to apply the changes.
