notes_archive
Archive a note in HubSpot CRM by providing its note ID to remove it from active records while maintaining data integrity.
Instructions
Archive (delete) a note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"noteId": {
"type": "string"
}
},
"required": [
"noteId"
],
"type": "object"
}