Skip to content

Unassign License Plate from User

DELETE
/api/v1/developer/users/{user_id}/license_plates/{license_plate_id}

Authorizations

bearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

user_id*
Type
string
Required
license_plate_id*
Type
string
Required

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