Skip to main content

Deletes a feature dependency.

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

Authorization

name: Authorizationtype: apiKeyin: header

Remove a dependency to a parent feature.

Request

Path Parameters

  • projectId string required
  • child string required
  • parent string required
Responses

This response has no body.

Authorization

name: Authorizationtype: apiKeyin: header

Request

Base URL
<your-unleash-url>
apiKey
projectId — path required
child — path required
parent — path required
curl / cURL
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/features/:child/dependencies/:parent' \
-H 'Authorization: <API_KEY_VALUE>'