Actions5
- ๐ Short Actions
- ๐ Insight Actions
Overview
This node allows you to delete a specific short link by its unique identifier. It is useful in scenarios where you want to manage and clean up your collection of short URLs, for example, removing outdated or incorrect links from your URL shortening service.
A practical example would be a marketing team that needs to deactivate promotional short links after a campaign ends to prevent further access.
Properties
| Name | Meaning |
|---|---|
| Id | Unique identifier for the short link to delete. This ID is a composite text of the domain and route (e.g., "Maileroo.to/mylink"). Prepending "https://" forms the full URL of the short link. |
Output
The node outputs JSON data representing the result of the deletion operation. Typically, this will include confirmation of successful deletion or details about any error encountered. The output does not include binary data.
Dependencies
- Requires an API key credential for authentication with the external Maileroo service.
- Connects to the Maileroo API endpoint at
https://smtp.maileroo.com. - Uses HTTP headers specifying JSON content type and acceptance.
Troubleshooting
- Invalid Id: If the provided Id does not correspond to an existing short link, the API may return an error indicating the resource was not found. Verify the Id format and existence before attempting deletion.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
- Network Issues: Connectivity problems to the Maileroo API endpoint can cause request failures. Check network settings and endpoint availability.
Links and References
- Maileroo URL Shortening Service Documentation (for API details and usage)