Yourtext.Guru
Yourtext.Guru is an advanced SEO content optimization tool designed to help writers and marketers create high-performing content.
Actions28
- Group Actions
- Guide Actions
- Project Actions
- SEO Txl Actions
Overview
The node integrates with the Yourtext.Guru SEO content optimization platform, specifically enabling users to delete a guide by its ID. This operation is useful when you want to remove outdated or irrelevant SEO guides from your projects to keep your content strategy clean and up-to-date.
Typical use cases include:
- Automating cleanup of SEO guides that are no longer needed.
- Managing guides programmatically as part of a content lifecycle workflow.
- Integrating guide deletion into larger automation pipelines for SEO content management.
Properties
| Name | Meaning |
|---|---|
| Guide ID | The unique identifier of the guide to be deleted. This is a required string input. |
Output
The output of the delete operation typically contains JSON data returned by the Yourtext.Guru API confirming the deletion status. It may include success confirmation or error details if the deletion failed.
No binary data output is expected for this operation.
Dependencies
- Requires an active API key credential for Yourtext.Guru to authenticate requests.
- The node sends HTTP DELETE requests to the Yourtext.Guru API endpoint
/guides/{guideId}. - Ensure network access to
https://yourtext.guru/api/v2. - Proper configuration of the API key credential in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or missing Guide ID will cause the API to reject the request.
- Authentication errors if the API key is invalid or missing.
- Network connectivity problems preventing access to the Yourtext.Guru API.
- Attempting to delete a guide that does not exist or has already been deleted.
Error messages:
- "Unauthorized" or similar indicates an issue with API credentials; verify and update the API key.
- "Not Found" means the specified Guide ID does not exist; check the ID for correctness.
- "Bad Request" could indicate malformed input; ensure the Guide ID is provided and valid.
Resolving these usually involves verifying the Guide ID, checking API credentials, and ensuring network connectivity.
Links and References
- Yourtext.Guru API Documentation (for detailed API endpoints and responses)
- Yourtext.Guru Official Website