I'm Guide API Documentation
  1. Line
I'm Guide API Documentation
  • I'm Guide - API Version Control
  • I'm Guide - Custom Error Exception
  • Planner
    • Route
      • Popular Route V1
      • Popular Route [V3] Combind
      • Popular Route AI [V2]
      • Route Detail V1
    • Place
      • Region Place V1
      • Place LIST V2 With Favorite Flag
      • Region Place V2 - include fav flag specific user
      • Place LIST V1
      • Place Detail - ATTRACTION V1
    • Custom Trip
      • Delete Custom Trip V1
      • Create trip with ai prompt
      • Optimize trip with ai prompt
      • Create Custom trip V1
      • Edit Custom Trip V1
      • VIew Detail User Custom Trip V1
      • VIew List of User Custom Trip V1
      • Create trip with custom presetdata
      • Create trip with popular presetdata
      • Review Trip V1
      • Get Unavaliable Date List V1
      • Check Unavaliable Date V1
      • Create trip with ai prompt V2
      • VIew List of User Active Trip V1
    • Active Trip
      • Get Active Trip V1
    • Config
      • Get Province
      • Get Place-Keyword
    • Activities
      • Add Fav V1
      • Add view Details Logs v1
      • Add and Update Preference v1
      • Remove Fav V1
      • Clear details Logs v1
      • Get Fav V1
      • Get Fav By Province V1
      • Get Fav By Id V1
      • Get view details Logs v1
      • Get Preference Question v1
      • Get Preference V1
      • Get Analytics AI Data
    • Communities
      • Add to community
      • Get Communities
      • Get Web Content Communities
      • edit post in community
      • delete post in community - soft delete
    • Feedback
      • Add Feedback
      • Get Feedback Web-Admin
    • Internal Endpoint
      • sync TAT ROute Data
      • sync community orderjob
      • Get Route AI Data
      • Untitled Endpoint
      • LINE SYNC CURRENT TRIP
    • Line
      • Get List Of Linked Trip In Group V1
        GET
      • Get Detail Of Linked Trip In Group V1
        GET
      • Get Day Detail Of Linked Trip In Group V1
        GET
      • Generate Link Code V1
        POST
      • Verify Link Code V1
        POST
      • Unlink From LIne V1
        DELETE
      • Unlink From App V1
        DELETE
      • Get Current Trip In Group V1
        GET
      • Get Current Trip By Day In Group V1
        GET
      • Init Line
        GET
      • Update Line Line Notification
        PUT
      • Update General Line Notification
        PUT
      • Get Noti Trip Line
        GET
      • LINE GET TODAY TRIP BY DAY
        GET
      • LINE GET TODAY TRIP
        GET
      • LINE GET TODAY TRIP
        GET
      • Get Noti General Line
        GET
  • Core
  • AI
    • AI Progress Notification
    • INTERNAL: getPlaceInProvince
    • UAT
  • Storage
    • File Upload
    • Get File
    • Get File List ADMIN
  • Internal
    • AI
  • TEST TAT
    GET
  1. Line

Unlink From App V1

Developing
DELETE
/trips/v1/line-integrations/unlink/app/{tripid}
Last modified:2025-03-10 11:38:08

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Path Params
tripid
string 
required
234666c6-5837-47e2-b812-276f3b4eaf40-67c80a7f021a3ad873b82021-1741163135091
Example:
234666c6-5837-47e2-b812-276f3b4eaf40-67c80a7f021a3ad873b82021-1741163135091
Body Params application/json
object {0}
Example
{}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request DELETE '/trips/v1/line-integrations/unlink/app/234666c6-5837-47e2-b812-276f3b4eaf40-67c80a7f021a3ad873b82021-1741163135091' \
--header 'Content-Type: application/json' \
--data-raw '{}'

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
Unlink From LIne V1
Next
Get Current Trip In Group V1
Built with