Skip to main content
POST
/
api
/
v1
/
users
/
{user_id}
/
charging
/
stop
/
{session_id}
Stop Charging Session
curl --request POST \
  --url https://connect.cariqa.com/api/v1/users/{user_id}/charging/stop/{session_id}/ \
  --header 'Authorization: Bearer <token>'
{
  "detail": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.cariqa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

session_id
string
required
user_id
string
required

Response

No response body