Skip to main content

Deletes feature dependencies.

DELETE <your-unleash-url>/api/admin/projects/:projectId/features/:child/dependencies

Authorization

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

Remove dependencies to all parent features.

Request

Path Parameters

  • projectId string required
  • child 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
projectId — path required
child — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/features/:child/dependencies' \
-H 'Authorization: <API_KEY_VALUE>'