diff --git a/features/Policy-export.png b/features/Policy-export.png
deleted file mode 100644
index 17db5bb94fec197c3eb2685736f938bc29e52773..0000000000000000000000000000000000000000
Binary files a/features/Policy-export.png and /dev/null differ
diff --git a/features/ocmAuthCommunication.feature b/features/ocmAuthCommunication.feature
deleted file mode 100644
index a3d42e8292ba608ebcbfda3c7ce036701b7d49a8..0000000000000000000000000000000000000000
--- a/features/ocmAuthCommunication.feature
+++ /dev/null
@@ -1,18 +0,0 @@
-As policy administrator
-I want to evaluate OCM communication feature
-So I am able to create policies to control login functionality
-
-Scenario: Make request for QR code and presentationID
-Given the policy to query OCM is uploaded to the system
-When I send a request to the OCM service to evaluate policy
-Then I get a successful response
-And the response contains the link to the QR code
-And the response contains the presentationID
-
-Scenario: Make request for getting claims by presentationID
-Given the policy to query OCM is uploaded to the system
-Given the request to the OCM service 
-When I send a request to the OCM service
-And the request contains presentationID
-Then I get a successful response
-And response contains requested claims
\ No newline at end of file
diff --git a/features/persistance.feature b/features/persistance.feature
deleted file mode 100644
index e6f0c26754cfbae1d26ddd358a51c1b359a31d48..0000000000000000000000000000000000000000
--- a/features/persistance.feature
+++ /dev/null
@@ -1,17 +0,0 @@
-As policy administrator
-I want to have persistence functionality 
-So I am able to store the json document inside of the database
-
-Scenario: Store data inside of database
-Given one policy to set the value in the database is uploaded to the system
-And the second policy to query the value from the database is uploaded to the system as well
-When I store the json document inside of the database
-And get a successful response
-When I evaluate policy to get the value from the database
-Then I get a successful response
-And response body is not empty
-
-Acceptance criteria:
-- plugin for rego language to set/query values is ready to use
-- example of usage of the plugin committed to the system
-- green tests based on example committed to the system
\ No newline at end of file