---
title: "Delete article from the system"
method: DELETE
path: "/api/Article"
tags: ["Article"]
---

# Delete article from the system

`DELETE /api/Article`

## Query parameters

- `ArticleId` integer

## Response `200`

operation was success(true) or fail(false)

- DefaultResponseDTOOfInteger — The DefaultResponseDTO Class. Contains fields of DefaultResponse DTO in application.
  - `isError` boolean
  - `message` string, nullable
  - `responseException` unknown
  - `result` integer

## Other responses

- `404`
- `500`

---

[API](https://skmtc.net/tlapi/apis/tl-api.md) · [All operations](https://skmtc.net/tlapi/apis/tl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tlapi/tl-api/versions/349096cc3ded/schema)
