get_delete_reasons

To obtain the reasons for deleting units in Wialon Hosting, use the unit/get_delete_reasons method. A similar method for Wialon Local is unit/get_deleted_reasons

Endpoint

Copied!
svc=unit/get_deleted_reasons
&params={
    "lang": "string"
}
&sid

Parameters

No parameters are required. You can specify the optional lang parameter, indicating the language in which you want to receive the response (en, ru, es, and so on).

Example

Copied!
svc=unit/get_deleted_reasons&params={"lang":"en"}&sid=fb1dcad80e79266044a3a5db5d9f68f3

Response

If the request is completed successfully, a response with unit deletion reasons is returned.

Copied!
{
  "delayed_resolution_of_reported_bugs_partner": {  // Reason key.   
    "name": "Delays in fixing reported bugs", // Reason name.
    "category": "Our initiative (the fleet remains with us)", // Reason category.
    "sub-category": "Software-related", // Reason sub-category.
    "position": 1  //Sorting index used on the front-end to determine the display order of reasons.
  }
}

If you find a mistake in the text, please select it and press Ctrl+Enter.

Report a mistake

Your message was sent. Thank you!

An error occurred while submitting the form

Download PDF file
Download Word document