Clear all pinned target versions for an org

Clears legacy targetVersion and all per-OS target version fields.

Request
path Parameters
orgId
required
string
Responses
200

Cleared org targetVersion

401

Unauthorized request. Make sure token was included and is valid and try again.

403

Forbidden. You are not permitted to access the requested resource.

404

Not Found. The specified resource (or resource referred to by id) was not found

delete/endpoint-control-service/v1/org-config/{orgId}/target-version
Request samples
curl -i -X DELETE \
  'http://endpoint-control-service:8080/endpoint-control-service/v1/org-config/{orgId}/target-version'
Response samples
application/json
{
  • "orgId": "string",
  • "linux": "v1.2.3",
  • "mac": "v1.2.3",
  • "windows": "v1.2.3"
}