Skip to content

Delete Specific Travel

Yongsung Heo edited this page Apr 17, 2019 · 1 revision

Delete Specific Travel

  • URL : /api/v1/my/travels/travelId
  • Method : DELETE

Request Header

Follows the common header rule.

Request Body Parameters

Name Type Description
isDelete boolean essential.

Response Body

Name Type Description
result string essential.

Examples

PUT /api/v1/my/travels/travelId

{
    "result": "Travel is archived."
}

Clone this wiki locally