Delete Trip API v1

This API helps you to delete an existing trip.

Delete Trip API

DELETE https://api.roam.ai/v1/api/trips/

Query Parameters

Headers

{
    "status": true,
    "msg": "Trip deleted successfully.",
    "code": 200,
    "data": null
}

Sample Request

curl --location --request DELETE 'https://api.roam.ai/v1/api/trips/?trip_id=<TRIP-ID>' \
--header 'Content-Type: application/json' \
--header 'Api-key: <API-KEY>'

Last updated