Skip to content
EN | DE

Delete smart charging cost limit

DELETE
/loadpoints/{id}/smartcostlimit
curl --request DELETE \
--url https://demo.evcc.io/api/loadpoints/1/smartcostlimit

Delete cost or emission limit for fast-charging with grid energy.

More information

id
required

Loadpoint index starting at 1.

integer
>= 1
Example
1

Loadpoint index starting at 1

Success - Null result

Media type application/json
object
result

Value is always null

object
Example generated
{
"result": {}
}