diff --git a/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md b/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
index 8ea09b8053..d532b7784d 100644
--- a/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
+++ b/docs/user-guide/api-mediation/api-mediation-multi-tenancy.md
@@ -161,9 +161,6 @@ The following commands are examples of establishing a trust relationship between
For keyrings, use the following examples of commands specific to your ESM to add certificates from the dataset and connect these certificates to the keyring used by the "Domain APIML 1":
-
- Click here for command details for RACF.
-
- **For RACF:**
```
@@ -213,8 +210,6 @@ The following commands are examples of establishing a trust relationship between
```
TSS LIST(ZWESVUSR) KEYRING(ZOWERING)
```
-
-
2. Import root and, if applicable, intermediate public key certificates of the API ML running on system X into the truststore of the API MLs running on systems Y and Z.
@@ -229,9 +224,6 @@ The following commands are examples of establishing a trust relationship between
- **Keyring**
For keyring certificates, use the following examples of commands specific to your ESM to add certificates from the dataset, and connect these certificates to the keyrings used by registered API MLs:
-
-
- Click here for command details for RACF.
- **For RACF:**
@@ -277,8 +269,6 @@ The following commands are examples of establishing a trust relationship between
TSS LIST(ZWESVUSR) KEYRING(ZOWERING)
```
-
-
You completed certificates setup for multitenancy configuration, whereby registered API MLs can trust the API ML where they are registered and vice versa.
## Using the `/registry` endpoint in the Gateway
@@ -375,9 +365,6 @@ This request lists services in the APIML of the specific apimlId given.
This response should contain information about all services in an APIML with the specific apimlId.
-
-Click here for an example response with `/registry{apimlId}`.
-
**Example:**
* `GET /gateway/api/v1/registry/apiml2`
@@ -414,15 +401,10 @@ This response should contain information about all services in an APIML with the
]
```
-
-
### Response with `GET /gateway/api/v1/registry/{apimlId}?apiId={apiId}&serviceId={serviceId}`
This response should contain information about a specific service in an APIML with the specific apimlId.
-
-Click here for an example of a response with `GET /gateway/api/v1/registry/{apimlId}?apiId={apiId}&serviceId={serviceId}`.
-
**Example:**
* `GET /gateway/api/v1/registry/apiml2?apiId=zowe.apiml.gateway&serviceId=catalog`
@@ -448,8 +430,6 @@ This response should contain information about a specific service in an APIML wi
]
```
-
-
## Validating successful configuration with `/registry`
Use the `/registry` endpoint to validate successful configuration. The response should contain all the API MLs represented by `apimlId`, and information about onboarded services.