Actions90
- Activity Actions
- Company Actions
- Contact Actions
- Deal Actions
- Project Actions
- User Actions
Overview
This node integrates with the MOCO API to manage activities within the MOCO platform. Specifically, the 'Delete' operation under the 'Activity' resource allows users to delete an existing activity by specifying its Activity ID. This is useful for automating the removal of outdated or incorrect activity records in project management or time tracking workflows.
Use Case Examples
- Automatically delete an activity when a related project is cancelled.
- Remove time tracking entries that were logged by mistake.
Properties
| Name | Meaning |
|---|---|
| Activity ID | The unique identifier of the activity to be deleted. This is a required field for the delete operation. |
Output
JSON
id- The ID of the deleted activity, confirming successful deletion.status- The status or response from the API indicating the result of the delete operation.
Dependencies
- Requires an API key credential for authenticating with the MOCO API.
Troubleshooting
- If the specified Activity ID does not exist, the API will return an error indicating the activity was not found. Verify the ID before attempting deletion.
- Ensure the API credentials are valid and have sufficient permissions to delete activities.
- Network or API downtime may cause request failures; retry or check MOCO API status if errors persist.
Links
- MOCO API Documentation - Delete Activity - Official MOCO API documentation for deleting an activity resource.