Unlink all devices from a language translation.

Examples

{
  "status": "success",
  "message": "success",
  "result": [
      DEVICE_ID_1,
      DEVICE_ID_2
  ]
}

Params

Param name Description
language_translation_id
required

The Language Translation ID.

Validations:

  • Must be a Integer

response_type
optional

By default, the request will return an array of Device IDs. If response_type parameter is set to ‘unit_ids’ the request will return an array of Device Unit IDs instead.

Validations:

  • Must be a String