---
title: "Deactivate existing article"
method: PUT
path: "/api/Article/UpdateStatus"
tags: ["Article"]
---

# Deactivate existing article

`PUT /api/Article/UpdateStatus`

## Query parameters

- `ArticleId` integer
- `status` integer
- `userName` string, nullable

## Response `200`

- 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)
