MyEZToll
DELETE/api/partner/v1/cars/{carId}/transponders/{transponderId}

Detach transponder

Detach a transponder from the car.

Authorization

X-Api-Key header

Send your partner key on every request. The key is bound to exactly one owner account.

Path parameters

carIdstringpathrequired
transponderIdstringpathrequired

Response

200 · application/json
successbooleanrequired
dataobject
removedboolean
transponderIdstring <uuid>
errorstringnullable

Status codes

200Removal result.
401Missing, unknown or revoked API key.
404The resource does not exist under this owner.