Mobile API Documentation

Delete Account

Overview: Sends a request to customer service asking to delete account.
All parameters are mandatory with every API call.

Input Parameters

Parameter Description
session_code String, as received from login API.
reason String

Sample Request

HTTP JSON
Endpoint: https://mobapi.idexonline.com/account/api/v2.0/deleteaccount
{
  "session_code": "MOB_20240523065727_1u1FnnB6vyD5MI6adfUa8b",
  "reason": "my reason here."
}

Sample Response

JSON Data with HTTP Code 200
If all goes well, the response will be an HTTP 200 code and the response_code in the JSON will be 0.
{
  "result_info": {
	"response_code": 0,
	"response_description": ""
  }
}
		


Test the API


Generate JSON Request



POST






© IDEX Online 2024   -   www.idexonline.com