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

Changes

No recorded changes to this endpoint across all 1 revision of this API.