Skip to main content

Deletes a feature dependency.

DELETE /api/admin/projects/:projectId/features/:child/dependencies/:parent

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.

Loading...