POST
/
vpn
/
disconnect
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/disconnect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data user_id=48 \
  --data server_id=37
{
  "status": true,
  "message": "Successfully disconnected"
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.

POST
/
vpn
/
disconnect
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v1/vpn/disconnect \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --header 'token: <api-key>' \
  --data user_id=48 \
  --data server_id=37
{
  "status": true,
  "message": "Successfully disconnected"
}

Authorizations

token
string
header
required

Body

application/x-www-form-urlencoded

Response

200 - application/json

OK

The response is of type object.