v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Sponsored Charge Points

Reject sponsored charge points

Rejects (deletes) the provided sponsored charge points. </br></br>Required scope: sponsored-charge-points:delete </br>Organization authorization: supported

post/api/v1/sponsored-charge-points/reject

Request body

sponsoredChargePointIdsinteger[] required

List of sponsored charge point ids to reject (the underlying sponsorship will be removed)

Example request

{
  "sponsoredChargePointIds": [
    1,
    2,
    3
  ]
}

Response

Sponsored charge points rejected