Delete an existing location
x-ms-visibility: "important"
Deletes a location.
Path Parameters
Integration ID
Location ID
- 200
- 400
- 401
Deleted location
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- Array [
- Array [
- ]
- ]
- ]
publishAllowedTo object[]
Possible values: [AD_HOC_USER
, APP_USER
, OTHER
, RFID
]
Default value: AD_HOC_USER
coordinates object
relatedLocations object[]
name object
Possible values: [ALONG_MOTORWAY
, PARKING_GARAGE
, PARKING_LOT
, ON_DRIVEWAY
, ON_STREET
, UNDERGROUND_GARAGE
, OTHER
, UNKNOWN
]
Default value: ALONG_MOTORWAY
directions object[]
owner object
logo object
Possible values: [CHARGER
, ENTRANCE
, LOCATION
, NETWORK
, OPERATOR
, OTHER
, OWNER
]
Default value: CHARGER
suboperator object
logo object
Possible values: [CHARGER
, ENTRANCE
, LOCATION
, NETWORK
, OPERATOR
, OTHER
, OWNER
]
Default value: CHARGER
Possible values: [HOTEL
, RESTAURANT
, CAFE
, MALL
, SUPERMARKET
, SPORT
, RECREATION_AREA
, NATURE
, MUSEUM
, BIKE_SHARING
, BUS_STOP
, TAXI_STAND
, TRAM_STOP
, METRO_STATION
, TRAIN_STATION
, AIRPORT
, PARKING_LOT
, CARPOOL_PARKING
, FUEL_STATION
, WIFI
]
openingTimes object
regularHours object[]
exceptionalOpenings object[]
exceptionalClosings object[]
images object[]
Possible values: [CHARGER
, ENTRANCE
, LOCATION
, NETWORK
, OPERATOR
, OTHER
, OWNER
]
Default value: CHARGER
locationEnergyMix object
energySources object[]
Possible values: [NUCLEAR
, GENERAL_FOSSIL
, COAL
, GAS
, GENERAL_GREEN
, SOLAR
, WIND
, WATER
]
Default value: NUCLEAR
environImpact object[]
Possible values: [NUCLEAR_WASTE
, CARBON_DIOXIDE
]
Default value: NUCLEAR_WASTE
evses object[]
connector object[]
chargers object[]
sockets object[]
tariffs object[]
{
"id": "string",
"integrationId": "string",
"externalId": "string",
"countryCode": "string",
"name": "string",
"publish": true,
"publishAllowedTo": [
{
"uid": "string",
"type": "AD_HOC_USER",
"visualNumber": "string",
"issuer": "string",
"groupId": "string"
}
],
"address": "string",
"city": "string",
"postalCode": "string",
"state": "string",
"country": "string",
"coordinates": {
"latitude": "string",
"longitude": "string"
},
"relatedLocations": [
{
"latitude": "string",
"longitude": "string",
"name": {
"language": "string",
"text": "string"
}
}
],
"parkingType": "ALONG_MOTORWAY",
"directions": [
{
"language": "string",
"text": "string"
}
],
"owner": {
"name": "string",
"website": "string",
"logo": {
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
},
"suboperator": {
"name": "string",
"website": "string",
"logo": {
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
},
"facilities": [
"HOTEL"
],
"timezone": "string",
"openingTimes": {
"twentyfourseven": true,
"regularHours": [
{
"weekday": 0,
"periodBegin": "string",
"periodEnd": "string"
}
],
"exceptionalOpenings": [
{
"periodBegin": "2025-06-25T07:58:51.680Z",
"periodEnd": "2025-06-25T07:58:51.680Z"
}
],
"exceptionalClosings": [
{
"periodBegin": "2025-06-25T07:58:51.680Z",
"periodEnd": "2025-06-25T07:58:51.680Z"
}
]
},
"chargingWhenClosed": true,
"images": [
{
"url": "string",
"thumbnail": "string",
"category": "CHARGER",
"type": "string",
"width": 0,
"height": 0
}
],
"locationEnergyMix": {
"isGreenEnergy": true,
"energySources": [
{
"source": "NUCLEAR",
"percentage": 0
}
],
"environImpact": [
{
"category": "NUCLEAR_WASTE",
"amount": 0
}
],
"supplierName": "string",
"energyProductName": "string"
},
"siteId": 0,
"evses": [
{
"chargerId": "string",
"connector": [
{
"id": "string",
"tariffIds": [
"string"
]
}
]
}
],
"lastUpdated": "2025-06-25T07:58:51.680Z",
"chargers": [
{
"chargerId": "string",
"chargerName": "string",
"evseId": "string",
"splitEvseBySocket": true,
"siteName": "string",
"siteId": 0,
"amountOfSockets": 0,
"activeConnection": true,
"sockets": [
{
"id": 0,
"name": "string",
"type": "string",
"status": "string",
"format": "string",
"socketPowerType": "string",
"maxVoltage": 0,
"maxAmperage": 0,
"maxWatts": 0,
"tariffs": [
{
"id": "string",
"name": "string",
"currency": "string"
}
]
}
]
}
]
}
Validation error occurred.
Schema
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized.