notes_archive
Remove outdated or unnecessary notes from HubSpot CRM by archiving them using their unique note ID. Simplify data management and maintain a clean, organized workspace.
Instructions
Archive (delete) a note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
noteId | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"noteId": {
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}