Skip to main content

Deletes a list of features

POST 

<your-unleash-url>/api/admin/projects/:projectId/delete

This endpoint deletes the specified features, that are in archive.

Request

Responses

This response has no body.

Authorization: Authorization

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

Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
Body required
{
  "features": [
    "my-feature-4",
    "my-feature-5",
    "my-feature-6"
  ]
}
ResponseClear

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