delete https://api.fonestorm.com/v2/devices/
Remove a Device from an account.
This endpoint allows you to delete a device permanently. This operation can not be reversed.
Sample Response
{
"device": {
"id": "535923697376",
"name": "Sales x103",
"fonenumber": "3215551111",
"mac_address": "aabbccddee",
"type": "Grandstream GXV3240",
"speed_dial": "101",
"call_recording": "default",
"e911location_id": "",
"areacode": "321",
"qr_code": null,
"ring_simultaneously": "3214991000",
"receive_notify": {
"type": "Callback",
"email": "[email protected]",
"url": "https://hookb.in/jeZdKeYKbbfobX0plXgJ",
"method": "POST"
},
"send_notify": {
"type": "None",
"email": "[email protected]",
"url": "https://hookb.in/jeZdKeYKbbfobX0plXgJ",
"method": "GET"
},
"timeout_service": {
"timeout_type": "Voicemail",
"timeout_id": "VM2521095931",
"timeout_seconds": 25,
"voice2email_greeting": "Default"
},
"busy_service": {
"busy_type": "Forward",
"busy_id": "3214991000"
},
"directory_settings": {
"first_name": "John",
"last_name": "Doe",
"show": true,
"speed_dial": ""
},
"forwardall_settings": {
"phonenumber": "3214991000",
"start_time": "15:00",
"end_time": "19:00"
}
}
}
Response Properties
Property | Type | Description |
---|---|---|
device | object | Device |