![Axis 2N Indoor Touch 2.0 Api Manual Download Page 56](http://html1.mh-extra.com/html/axis/2n-indoor-touch-2-0/2n-indoor-touch-2-0_api-manual_3038317056.webp)
2N TELEKOMUNIKACE a.s., www.2n.cz
56/94
Response data:
{
"data"
:{
"devices"
:[
"device"
: {
"id"
:
"<integer>"
,
"name"
:
"<string>"
,
"isActive"
:
"<boolean>"
,
"isMy2n"
:
"<boolean>"
,
"sipLine"
:
"<string>"
,
"dtmf1"
:
"<string>"
,
"dtmf2"
:
"<string>"
,
"dtmf3"
:
"<string>"
,
"dtmf4"
:
"<string>"
}
]
}
}
Delete device
URL:
{{ip_addr}}
https://
/api/v1/ /hipmo/devices/sip/{{id}}
HTTP method:
DELETE
Path variable:
id – device ID
Response code:
Standard HTTP response code, treating syntactic errors.
Request body:
{
"id"
:
"<integer>"
,
"name"
:
"<string>"
,
"isActive"
:
"<boolean>"
,
"isMy2n"
:
"<boolean>"
,
"sipLine"
:
"<string>"
,
"dtmf1"
:
"<string>"
,
"dtmf2"
:
"<string>"
,
"dtmf3"
:
"<string>"
,
"dtmf4"
:
"<string>"
}