action snyk_delete_a_project { label: "Delete a project" description: "" provider: snyk method: DELETE path: "/org/{orgId}/project/{projectId}" encoding: json input: { type: "object" properties: { orgId: { type: "string" } projectId: { type: "string" } } required: ["orgId", "projectId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }