Skip to main content

Deletes a device setting

DELETE /v1/devicesetting/device/{deviceID}

Summary

Deletes a device setting.

Details

Supply the setting name with the setting_name query parameter. This endpoint also accepts settingname.

Authentication

No operation-level security requirement is documented here.

Parameters

NameInTypeRequiredDescriptionExample
deviceIDpathinteger (int64)YesThe device ID that owns the setting.1

Request Body

No request body is documented here.

Responses

200

Success. No response body.

No response body schema documented.