Actions101
- Attendance Actions
- Client Actions
- Department Actions
- Designation Actions
- Employee Actions
- Holiday Actions
- KPI Actions
- KPI Category Actions
- KPI Data Actions
- Lead Actions
- Leave Actions
- OKR Key Result Actions
- OKR Objective Actions
- Performance Cycle Actions
- Project Actions
- Project Category Actions
- Task Actions
- Task Category Actions
- Ticket Actions
- Ticket Agent Actions
- Ticket Channel Actions
- Ticket Type Actions
Overview
This node enables managing project categories within the Flowyteam system, specifically supporting operations such as creating, retrieving, updating, and deleting project categories. The "Delete" operation for the "Project Category" resource allows users to remove a specific project category by its ID.
This functionality is useful in scenarios where project categories become obsolete or need to be cleaned up to maintain an organized project management environment. For example, if a project category was created by mistake or is no longer relevant, this node can delete it to keep the system tidy.
Properties
| Name | Meaning |
|---|---|
| Category ID | The ID of the project category to delete |
Output
The output of the delete operation typically contains a JSON object indicating the result of the deletion request. This may include confirmation of successful deletion or details about the deleted category. The exact structure depends on the API response but generally confirms that the specified project category has been removed.
No binary data output is involved in this operation.
Dependencies
- Requires an active connection to the Flowyteam API.
- Requires an API authentication token or API key credential configured in n8n to authorize requests.
- The node depends on the internal Flowyteam API endpoint for deleting project categories.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent Category ID will likely cause the deletion to fail.
- Missing or incorrect API credentials will prevent the node from authenticating with the Flowyteam API.
- Network connectivity issues can cause timeouts or failures when calling the API.
Error Messages:
- Errors related to authorization usually indicate missing or invalid API credentials; verify and update the credentials accordingly.
- Errors stating the category was not found suggest the provided Category ID does not exist; double-check the ID.
- General API errors might require checking the Flowyteam service status or reviewing the API usage limits.
Links and References
- Flowyteam official API documentation (refer to project category management endpoints)
- n8n documentation on setting up API credentials and using custom nodes