UNPKG

n8n-nodes-allure-testops

Version:
15 lines 397 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.deleteOption = void 0; exports.deleteOption = { name: 'Delete Project', value: 'deleteProject', action: 'Delete project', routing: { request: { method: 'DELETE', url: '=/api/project/{{$parameter.projectId}}', }, }, }; //# sourceMappingURL=Delete.js.map