F4. Delete a Station

Top  Previous  Next

Request Parameters

Attribute

Description

id

Station ID

XML Reply Structure

<drweb-avdesk-api api_build="201305131" api_version="3.2.0" local_timestamp="1298032806" operation="stations-delete" server="192.168.1.210" srv_branch="REL-1000-AV" srv_version="10.01.0.201707130" status="true" timestamp="1298011206">
<stations total="1">
  <station created="1298010373" deleted="1298011206" id="1289432b-526a-4dcc-9a68-290b6d7db058" modified="1298010373" name="1289432b-526a-4dcc-9a68-290b6d7db058" parent_id="20e27d73-d21d-b211-a788-85419c46f0e6" parent_name="Everyone" />
  </stations>
</drweb-avdesk-api>

Description of XML Response Parameters

The <stations /> element contains information about all deleted stations.

The <stations /> element attributes:

Attribute

Description

total

Total number of stations

The <station /> element contains information about a specific deleted station.

The <station /> element attributes:

Attribute

Description

created

Station creation date

deleted

Station deletion date

grace_period

Grace period (days)

id

Station ID

modified

Last modification time

name

Station name

parent_id

Station parent group ID

parent_name

Station parent group name