diff --git a/api-ref/src/docbkx/ch_share-v2.xml b/api-ref/src/docbkx/ch_share-v2.xml
index 29916f419..e2f9b70c6 100644
--- a/api-ref/src/docbkx/ch_share-v2.xml
+++ b/api-ref/src/docbkx/ch_share-v2.xml
@@ -952,16 +952,4 @@
-
- Quota classes
-
- Provides quota classes management support.
-
-
-
-
-
-
-
-
diff --git a/api-ref/src/wadls/share-api/src/v2/common.ent b/api-ref/src/wadls/share-api/src/v2/common.ent
index da7904c11..7cdc6b16b 100644
--- a/api-ref/src/wadls/share-api/src/v2/common.ent
+++ b/api-ref/src/wadls/share-api/src/v2/common.ent
@@ -4424,87 +4424,6 @@
'>
-
-
-
- The quota class ID.
-
-
-
-&QuotaResponseParameters;'>
-
-
-
- The name of a quota class for which you
- want to update the quotas.
-
-
-
-
-
-
- The number of gigabytes for the tenant.
-
-
-
-
-
-
- The number of snapshots for the tenant.
-
-
-
-
-
-
- The number of shares for the tenant.
-
-
-
-
-
-
- The number of gigabytes for the snapshots for the tenant.
-
-
-
-
-
-
- The number of share networks for the tenant.
-
-
-'>
-
-
-
-
- The name of the quota class for which you
- want to manage quotas.
-
-
-
-
-
-
@@ -1461,38 +1446,4 @@
-
-
- Shows the quotas for a specified quota class.
-
-
-
-
-
-
- &getQuotaClassQuotasResponseParameters;
-
-
-
-
-
- Updates the quotas for a specified for a quota class.
-
-
-
-
-
-
- &updateQuotaClassQuotasRequestParameters;
-
-
-
-
-
-
-
- &QuotaResponseParameters;
-
-
-
diff --git a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-show-response.json b/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-show-response.json
deleted file mode 100644
index 6c786a573..000000000
--- a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-show-response.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "quota_class_set": {
- "gigabytes": 1000,
- "shares": 50,
- "snapshot_gigabytes": 1000,
- "snapshots": 50,
- "id": "abc",
- "share_networks": 10
- }
-}
diff --git a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-request.json b/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-request.json
deleted file mode 100644
index 28abe67f2..000000000
--- a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-request.json
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- "quota_class_set": {
- "class_name": "abc",
- "shares": 49
- }
-}
diff --git a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-response.json b/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-response.json
deleted file mode 100644
index c421ba612..000000000
--- a/api-ref/src/wadls/share-api/src/v2/samples/manila-quota-class-quota-update-response.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "quota_class_set": {
- "gigabytes": 1000,
- "snapshot_gigabytes": 1000,
- "snapshots": 50,
- "shares": 49,
- "share_networks": 10
- }
-}