Skip to content

shoppingDelete

Hyun-juhee edited this page Dec 30, 2019 · 2 revisions

shoppingDelete


[DELETE] ~/citys/:CityID/Shopping


Request-Header

메소드 파라미터 설명
Content-Type application/json

Request-Body

이름 type 설명
id int 삭제할 shopping의 id

Response - body

SUCCESS
{
    "status": 200,
    "message": "SHOPPING DELETE 성공",
    "success": true
}

FAIL 1: 존재하지 않을때, delete실행시
{
    "status": 204,
    "message": "SHOPPING가 없습니다",
    "success": false
}
FAIL 2: 서버 내부 오류
{
    "status": 500,
    "message": "SHOPPING DELETE 실패",
    "success": false
}
Clone this wiki locally