Delete a single note by ID.
Required scopes: note:read-write.
643 matches
49 actions
Attio
49 actions
CRM/Attio
Delete a single note by ID.
Required scopes: note:read-write.
{
"type": "object",
"properties": {
"note_id": {
"type": "string",
"format": "uuid",
"description": "A UUID which identifies the note to delete."
}
},
"required": [
"note_id"
],
"additionalProperties": false
}{
"type": "object",
"description": "Success",
"properties": {}
}