Skip to main content
Infrastructure/OTA Versions & Policies

DeprecateVersion

Mark a software version as deprecated to prevent new upgrades to it

POST/api/v1/ota/versions/{id}/deprecate

Operation ID

DeprecateVersion

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Path Parameters

  • id
    StringRequired

    ID of the OTA version record to deprecate

Body Fields

  • reason
    StringRequired

    Reason for deprecating this version

    Example: Security vulnerability discovered; upgrade to v1.3.1

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.