Skip to content

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
string
Required
Example"550e8400-e29b-41d4-a716-446655440000"
license_plate_id*
Type
string
Required
Example"6ba7b810-9dad-11d1-80b4-00c04fd430c8"

Responses

License plate unassigned successfully

application/json
JSON
{
  
"code": "string",
  
"msg": "string",
  
"data": null
}

Playground

Server
Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI