Request example
Send the TRUXX trip identifier you want to cancel. The trip must belong to the authenticated account.
curl --location 'https://hub-sandbox-api.truxx.ae/api/Trips/cancel-trip' \
--header 'Content-Type: application/json' \
--header 'x-api-key: truxx_sk_test_25d003e5789c483ab47793ad8cc3704f' \
--data '{
"tripId": 23217
}'