Search

/api/todo/delete

Description
Domain
투두 삭제
Method
DELETE
권한
User
구현

Request

headers
Accept: application/json
body
{ "id": 1 }
JSON
복사

Response

성공시 : 200
{ "msg": "success" }
JSON
복사
실패시 :
400 : Bad Request
401 : Unauthorized
403 : Forbidden