Delete Trip API
Explore how to delete a trip with our Trip API
Delete Trip
DELETE
https://api.roam.ai/v2/trips/:id
You can delete the trip via this API. Deleting a trip does not affect any users who have already completed the trip; however the user can't start a previously created trip if it is deleted.
Path Parameters
Name
Type
Description
id*
String
Exports the trip summary with the given ID.
Headers
Name
Type
Description
Authorization*
String
Bearer <API-KEY>
Example
Last updated