Skip to content

Removes tile icon for device
Stable

Request

Returns the model of the device(s)

Security
apiKey
Path
enterprise_idstringrequired

A UUID string identifying this enterprise.

Bodyapplication/jsonrequired
modelstringrequired

Model of device

cURL
curl -i -X POST \
  'https://develop-api.esper.io/_mock/openapi/v1/enterprise/{enterprise_id}/tile-icon-unapply/' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "string"
  }'

Responses

Successful Operation

Bodyapplication/json
modelstring

Model of device

Response
{ "model": "string" }