Skip to main content

Deprecate a strategy

POST <your-unleash-url>/api/admin/strategies/:strategyName/deprecate

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Marks the specified strategy as deprecated.

Request

Path Parameters

  • strategyName string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
strategyName — path required
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/strategies/:strategyName/deprecate' \
-H 'Authorization: <API_KEY_VALUE>'