All pages
Powered by GitBook
1 of 1

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
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"
  }
}