delete https://api.verkada.com/cameras/v1/analytics/lpr/license_plate_of_interest
Deletes a license plate from License Plates of Interest using a specified license plate number.
Log in to see full request history
Response
Deletes a license plate from License Plates of Interest using a specified license plate number.
xxxxxxxxxx
const url = 'https://api.verkada.com/cameras/v1/analytics/lpr/license_plate_of_interest';
const options = {method: 'DELETE', headers: {accept: 'application/json'}};
​
fetch(url, options)
.then(res => res.json())
.then(json => console.log(json))
.catch(err => console.error(err));
Try It!
to start a request and see the response here! Or choose an example: