Cancel 6

DELETE /trip/invite/cancel
application/json

Body Required

Responses

  • 200 */*

    OK

    Hide response attributes Show response attributes object
    • status string
    • code integer(int32)
    • message string
    • data string
DELETE /trip/invite/cancel
curl \
 --request DELETE 'https://sandbox.serchservice.com/api/v1/trip/invite/cancel' \
 --header "Content-Type: application/json" \
 --data '{"trip":"string","guest":"string","reason":"string","link_id":"string"}'
Request examples
{
  "trip": "string",
  "guest": "string",
  "reason": "string",
  "link_id": "string"
}
Response examples (200)
{
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": "string"
}