Delete Emission For A Vehicle

Request

DELETE https://backend.net0.com/v1/vehicles/{vehicleId}/emissions/{emissionsId}

Delete an existing emission for a particular vehicle available on your Net0 account with this endpoint.

curl --location --request DELETE 'https://backend.net0.com/v1/vehicles/948bde0e-e8b9-4e9e-af74-d605b48d1f57/emissions/d468771a-867e-4e3b-8be0-66b05ab914e1' \
--header 'x-api-key: <API_KEY>' \
--data-raw ''

Response

The response returns an HTTP response code 204: No Content implying that the delete operation was successful.