Skip to main content
POST
/
external
/
rental-cars
/
remove
Remove a car
curl --request POST \
  --url https://gated.europe.ezprk.net:14444/external/rental-cars/remove \
  --header 'Content-Type: application/json' \
  --data '
{
  "licenseNumber": "<string>"
}
'
"<string>"

Body

application/json
licenseNumber
string
required

Car license number (uppercase without separators)

Minimum string length: 1

Response

200 - */*

OK

The response is of type string.