Request
DELETE https://backend.net0.com/v1/vehicles/{vehicleId}
curl --location --request DELETE 'https://backend.net0.com/v1/vehicles/948bde0e-e8b9-4e9e-af74-d605b48d1f57' \
--header 'x-api-key: <API_KEY>'
Field Parameters
Attribute | Type | Description | In |
---|---|---|---|
siteId | String | This is the id of the site to be deleted. | path |
Response
The response returns an HTTP response code 204: No Content
implying that the delete operation was successful.