트윗 삭제
DELETE
/tweets/delete
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Request-Body
** 로그인 구현 안 하는 관계로 writer 정보 필요**
Name
Type
Description
tweetId
string
Tweet's Id to delete
Response
{
"status": 200
"message": "성공적으로 삭제가 완료되었습니다."
}
Last updated