Skip to main content

Delete a strategy

DELETE <your-unleash-url>/api/admin/strategies/:name

Authorization

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

Deletes the specified strategy definition

Request

Path Parameters

  • name 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
name — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/strategies/:name' \
-H 'Authorization: <API_KEY_VALUE>'