action tl_api_article_delete { label: "Delete article from the system\n " provider: tl_api method: DELETE path: "/api/Article" encoding: json input: { type: "object" properties: { ArticleId: { 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: "integer" format: "int32" } } additionalProperties: false } }