Actions14
- Item Actions
- Project Actions
- Other Actions
Overview
This node interacts with the SwipeFlow API to manage items within projects. Specifically, the 'Delete' operation under the 'Item' resource allows users to delete an item by its unique identifier within a specified project. This is useful for workflows that require automated removal of items from projects, such as cleaning up outdated or irrelevant content.
Use Case Examples
- Deleting an item from a project by specifying the project ID and item ID.
- Automating content management by removing items that no longer meet criteria.
Properties
| Name | Meaning |
|---|---|
| Item ID | The unique identifier of the item to be deleted. |
| Project Name or ID | The project containing the item to be deleted. Can be selected from a list or specified via an expression. |
Output
JSON
success- Indicates whether the deletion was successful (true/false).itemId- The ID of the item that was deleted.projectId- The ID of the project from which the item was deleted.
Dependencies
- Requires an API key credential for authenticating with the SwipeFlow API.
Troubleshooting
- Ensure the provided Item ID and Project ID are correct and exist in the SwipeFlow account.
- Common errors include authorization failures if the API key is invalid or missing.
- If the item does not exist, the API may return a not found error.
Links
- SwipeFlow Node Documentation - Official documentation for the SwipeFlow node in n8n, including setup and usage details.