Clear the Redis default version override

Deletes the Redis override so effective versions fall back to config-server default.* properties when set, otherwise GCS latest.

Responses
200

Effective versions after clearing the override

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.

500

Internal Server Error. An unexpected error has occurred. This may be due to a transient error. Retry the request and if the issue persists, please contact support.

delete/endpoint-control-service/v1/client-version/default
Request samples
curl -i -X DELETE \
  http://endpoint-control-service:8080/endpoint-control-service/v1/client-version/default
Response samples
application/json
{
  • "linux": "v2.5.21",
  • "mac": "v2.5.21",
  • "windows": "v2.5.21"
}