Skip to main content

Deletes feature dependencies.

DELETE 

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

Remove dependencies to all parent features.

Request

Path Parameters

    projectId stringrequired
    child stringrequired

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/features/:child/dependencies' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!