Delete a metadata
This API allows you to delete a metadata in a trip.
Delete a metadata in trip data
Path parameters
tripIdstringRequired
Trip unique identifier (itinId field in trip push data)
keystringRequired
Key of the metadata to delete from trip
Header parameters
DriveKit-Admin-API-KeystringRequired
Drivekit Admin API key
Responses
200
OK
application/json
401
Invalid API key
application/json
404
Trip Not Found
application/json
500
Internal Server Error
delete
/drivekit/admin/trips/{tripId}/metadata/{key}Last updated
Was this helpful?

