clear Dtc Jobs

POST {{baseUrl}}/vehicles/:vehicleId/clearDtcJobs

Remote Diagnostic Support service to delete all diagnostic trouble codes (DTCs) in every ECU onboard the vehicle. This endpoint will send a trigger to the vehicle to delete all DTCs. After deletion, a new vehicle data readout will be collected onboard and sent to the backend. INFO: GET Requests are not yet supported!

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: Created

{"clearDtcJob":{"asyncStatus":"InProgress","id":"\u003cstring\u003e","messageTimestamp":"\u003cdateTime\u003e","vehicleId":"\u003cstring\u003e","message":[{"message":"\u003cstring\u003e"},{"message":"\u003cstring\u003e"}]}}