async delete()

in nodes/YouTrack/YoutrackTrigger.node.ts [139:143]


			async delete(this: IHookFunctions): Promise<boolean> {
		const webhookData = this.getWorkflowStaticData('node');
				delete webhookData.webhookUrl;
				return true;
			},