n8n-nodes-highlevelv2
Version:
n8n community node for HighLevel v2 API integration - comprehensive CRM, marketing automation, and business management platform
24 lines (23 loc) • 635 B
JSON
{
"type": "object",
"properties": {
"success": {
"type": "boolean",
"description": "Whether the conversation was deleted successfully"
},
"message": {
"type": "string",
"description": "Success or error message"
},
"deletedConversationId": {
"type": "string",
"description": "ID of the deleted conversation"
},
"deletedAt": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the conversation was deleted"
}
},
"version": 1
}