We're having an issue where we cannot remove Apple TVs from classes via the API. (Adding them works fine.) Here's some different command lines I've tried. Both run successfully, but do not remove the Apple TVs. Does anyone see anything wrong, or is this another API bug in Jamf?
curl -k -s -u $jss_user:$jss_pass -X PUT -H "Content-Type: application/xml" -d "<class><apple_tvs></apple_tvs></class>" https://jss.domain.com:8443/JSSResource/classes/id/$class_id
curl -k -s -u $jss_user:$jss_pass -X PUT -H "Content-Type: application/xml" -d "<class><apple_tvs/></class>" https://jss.domain.com:8443/JSSResource/classes/id/$class_id