# `DELETE` /api/admin/tweets/:id ### Feature 管理者可以刪除指定的使用者推文 ### Parameters | Params | Description | | ------ | ----------- | | `id` | tweet id | ### Request Body N/A ### Response Body <font color="#008B8B">Success | code: 200</font> 成功刪除指定推文 ```json { "status": "success" } ``` <font color="#DC143C">Failure | code: 404</font> 欲刪除的推文 id 不存在 ```json { "status": "error", "message": "The tweet you want to delete does not exist." } ``` \ \ [回到首頁](https://hackmd.io/@2022-Oct-Twitter/Hk9m-Pn-j/%2Feax7gnB7R3KcclDqf27iDA%3Fview) ###### tags: `API-doc`
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up