- Admin can delete a particular snippet from these Settings.
- First generate a new token by clicking on the Generate Token button.
- Next, enter an endpoint title for example: deleteSnippet in the Delete a particular Snippet field.
Note: Do not enter any Special Characters [!@#$%^&*_()+-=] into the title.
- Now, click on the Save Changes button.
- After saving the changes, you will get the URL under the Delete a particular Snippet field.

- In the URL, replace the {token} parameter with the generated token.
- Replace the {snippet-title} parameter with the title of the snippet you want to delete.
- The new URL: https://wordpress-444586-2318562.cloudwaysapps.com/wp-json/post-snippets/deleteSnippet/E18LwcJkefl195va/newSnippet
- Paste the URL in the browser or in postman.
- The snippet will be deleted successfully.

- Your snippet is deleted from the All Snippets section.
