action tl_api_package_delete { label: "Delete existing package\n " provider: tl_api method: DELETE path: "/api/Package" encoding: json input: { type: "object" properties: { PackageId: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "object" description: "The DefaultResponseDTO Class.\nContains fields of DefaultResponse DTO in application.\n " properties: { isError: { type: "boolean" } message: { type: "string" } responseException: { type: "object" } result: { type: "boolean" } } additionalProperties: false } }