archive_activity¶
Archive or delete an activity.
Summary¶
The archive_activity tool allows you to archive or delete an activity. Note that this action might be irreversible depending on the API implementation.
Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
activityId | string | Required | The ID of the activity to archive/delete. |
Behavior¶
- Validation: Checks if
activityIdis provided. - API Call: Sends a DELETE request to archive/delete the activity.
- Response: Confirms success.
Examples¶
Archive Activity¶
Response: