[POST] deletePricingProfile
/api/manager/deletePricingProfile
DeletePricingProfileRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
project_id |
int
|
project ID of the pricing profile id |
profile_id |
Annotated[int, Field(gt=1)]
|
unique ID given to a pricing profile |
DeletePricingProfileResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
affected_chargers |
List[ChargerDTO]
|
a list of all affected chargers in the format of ChargerDTO |
ChargerDTO
Attributes:
Name | Type | Description |
---|---|---|
site_id |
int
|
site_id assigned to the charger |
charger_id |
str
|
id assigned to the charger |
connector_id |
Annotated[int, Field(validation_alias=conn_id)]
|
connector of the charger affected by the change in pricing profile |