Skip to main content

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

NameInTypeRequiredDescriptionExample
deviceStatepathstringYesThe device startup mode. Accepted values are "online" and "standalone".Example value
deviceIDpathinteger (int32)YesThe 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
}