Xóa nội dung dạng bài viết
HTTP request
- URL: https://openapi.zalo.me/v2.0/article/remove
- Method: POST
- Content Type: application/json
- Reponse Type: text/json
Sample
curl \
-X POST \
-H "Content-Type: application/json" \
-H "access_token: <ACCESS_TOKEN>" \
-d '{
"id" : "as4d5sfrhhjko5142s54f1"
}' \
'https://openapi.zalo.me/v2.0/article/remove'
Tham số header
Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
|---|---|---|---|
| access_token | String | Yes | Xem hướng dẫn lấy access_token ở đây. |
Cấu trúc body
Tham số | Kiểu dữ liệu | Tính bắt buộc | Mô tả |
|---|---|---|---|
id | String | Yes | Id của bài viết muốn xóa |
Respond
{
"error": 0,
"message": "Success"
}