Unassign License Plate from Visitor
DELETE
/api/v1/developer/visitors/{visitor_id}/license_plates/{license_plate_id}
Authorizations
bearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
visitor_id*
Type
Requiredstring
license_plate_id*
Type
Requiredstring
Responses
License plate unassigned successfully
application/json
JSON "code": "string", "msg": "string", "data": null
{
}