/api/customers/K0002/devices/softphone/123456789abc HTTP/1.1 204 No Content
/api/customers/K0002/devices/standard/123456789abc HTTP/1.1 404 Not Found
/api/customers/K0404/devices/softphone/123456789abc HTTP/1.1 404 Not Found {
"described_by": "http://api.nfon.net/probs/customer-not-found",
"title": "Customer not found",
"detail": "Customer with identifier K0404 has not been found"
}
/api/customers/K0002/devices/softphone/ABCDEF012345 HTTP/1.1 404 Not Found {
"title": "Device not found",
"detail": "Device with unique identifier ABCDEF012345 has not been found",
"described_by": "http://api.nfon.net/probs/device-not-found"
}
/api/customers/K0002/devices/softphone/123456789abc HTTP/1.1 400 Bad Request {
"errors": [{
"message": "Cannot delete active device"
}]
}