Skip to main content

Archive a feature toggle

DELETE /api/admin/projects/:projectId/features/:featureName

This endpoint archives the specified feature if the feature belongs to the specified project.

Request

Path Parameters

  • projectId string required
  • featureName string required
Responses

This response has no body.

Loading...