Actions20
Overview
This node integrates with the MOCO API to manage projects, including the ability to delete a project by its ID. It is useful in scenarios where automated workflows need to remove projects from MOCO, such as cleaning up completed or canceled projects. For example, a user can automate the deletion of projects that are no longer active or relevant, streamlining project management within MOCO.
Use Case Examples
- Automatically delete a project in MOCO when it is marked as completed in another system.
- Remove projects from MOCO based on specific criteria or triggers in an automated workflow.
Properties
| Name | Meaning |
|---|---|
| Project ID | The unique identifier of the project to be deleted. This is a required field when performing the delete operation on a project. |
Output
JSON
id- The unique identifier of the deleted project returned by the MOCO API.name- The name of the deleted project (if returned by the API).status- The status or confirmation message indicating the project has been deleted.
Dependencies
- MOCO API with an API key credential for authentication
Troubleshooting
- Ensure the provided Project ID is correct and exists in MOCO; otherwise, the API will return an error indicating the project was not found.
- Check that the API credentials are valid and have sufficient permissions to delete projects in MOCO.
- If the node throws an error about network or API access, verify the network connection and MOCO API availability.
Links
- MOCO API Documentation - Delete Project - Official MOCO API documentation for deleting a project, detailing required parameters and response structure.