Delete a metadata

This API allows you to delete a metadata in a trip.

If you have your admin API key, you can try the API via this link.

Delete a metadata

delete

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
delete
/drivekit/admin/trips/{tripId}/metadata/{key}

Last updated

Was this helpful?