Deletes the device startup event preset
DELETE /v1/eventpreset/startupevent/{deviceState}/device/{deviceID}
Summary
Deletes the device startup event preset.
Details
Clears the configured startup preset for the specified mode.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| deviceState | path | string | Yes | The device startup mode. Accepted values are "online" and "standalone". | Example value |
| deviceID | path | integer (int32) | Yes | The ID of the device whose startup preset should be cleared. | 1 |
Request Body
No request body is documented here.
Responses
200
Success
application/json
Not documented here.
Example
{
"EventID": 101
}