Archive
Deletes a list of features
This endpoint deletes the specified features, that are in archive.
post/api/admin/projects/{projectId}/delete
Path parameters
projectIdstring required
Request body
Example request
{
"features": [
"my-feature-4",
"my-feature-5",
"my-feature-6"
]
}Response
This response has no body.