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
DELETE /v3/drivekit/admin/trips/{tripId}/metadata/{key} HTTP/1.1
Host: service.drivequant.com
DriveKit-Admin-API-Key: text
Accept: */*
{
"metaData": {
"key1": "value1"
}
}
Last updated
Was this helpful?