notes_batch_archive
Archive multiple HubSpot notes simultaneously by providing their IDs in a single batch request to remove them from your CRM.
Instructions
Archive (delete) multiple notes in a single request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| noteIds | Yes |
Input Schema (JSON Schema)
{
"properties": {
"noteIds": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"noteIds"
],
"type": "object"
}