Skip to main content

Stop a charging session by a transaction id

x-ms-visibility: "important"

Stops an ongoing transaction using the provided transaction ID.

Path Parameters
    chargerId string required

    Unique identifier of the charger where the transaction is being stopped.

Request Body

Details for stopping the transaction.

    transactionId string
Responses

The transaction was successfully stopped.


Schema
    transactionId string
    status string
Loading...