UNPKG

@bedrijfsdatanl/n8n-nodes-prospectpro

Version:

n8n node for ProspectPro - Identify Dutch B2B ProspectPro in rapid time

27 lines 776 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.eventsDeleteOperationProperties = void 0; exports.eventsDeleteOperationProperties = [ { displayName: 'Event ID', name: 'event_id', type: 'string', default: '', required: true, description: 'Enter the ID of the event you want to delete. WARNING: This action cannot be undone.', displayOptions: { show: { resource: ['events'], operation: ['delete'], }, }, routing: { request: { qs: { event_id: '={{$value}}' }, }, }, } ]; //# sourceMappingURL=EventsDelete.properties.js.map