Actions24
Overview
This node interacts with the CigoTracker API to manage itineraries, including deleting an itinerary by its ID. It is useful in scenarios where users need to programmatically remove itineraries from their system, such as cleaning up outdated or incorrect itinerary records. For example, a logistics company could use this node to delete an itinerary that is no longer needed or was created in error.
Use Case Examples
- Deleting an itinerary by providing its unique itinerary ID to remove it from the system.
- Automating itinerary management workflows by deleting itineraries based on certain conditions or triggers.
Properties
| Name | Meaning |
|---|---|
| Itinerary ID | The unique identifier of the itinerary to be deleted. This is a required string input used to specify which itinerary to delete. |
Output
JSON
json- The JSON response from the CigoTracker API after deleting the itinerary, typically confirming the deletion or providing related status information.
Dependencies
- Requires an API key credential for authenticating with the CigoTracker API.
Troubleshooting
- Common issues include providing an invalid or non-existent itinerary ID, which may result in an error response from the API indicating the itinerary could not be found.
- API authentication errors if the API key credential is missing or invalid, resulting in authorization failures.
- Network or connectivity issues that prevent the node from reaching the CigoTracker API endpoint.
Links
- CigoTracker API - Delete Itinerary - Official API documentation for deleting an itinerary using the CigoTracker API.