curl --request DELETE \
--url http://localhost:3000/projects/{projectId}/flags/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"statusCode": 123
}Soft-delete a feature flag.
curl --request DELETE \
--url http://localhost:3000/projects/{projectId}/flags/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>",
"statusCode": 123
}