# Removes tile icon for device Returns the model of the device(s) Endpoint: POST /v1/enterprise/{enterprise_id}/tile-icon-unapply/ Version: 1.0.0 Security: apiKey ## Path parameters: - `enterprise_id` (string, required) A UUID string identifying this enterprise. ## Request fields (application/json): - `model` (string, required) Model of device ## Response 201 fields (application/json): - `model` (string) Model of device ## Response 400 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 401 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 403 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer) ## Response 500 fields (application/json): - `errors` (array) - `message` (string) - `status` (integer)