Disable Try This API column on Apigee Edge

kurtheiss
Participant I

Is there any way to disable the Try This API feature on Apigee Edge? A few developers I work with do not want this functionality exposed for their APIs

0 4 564
4 REPLIES 4

deniska
Participant V

Hi Kurt

Can you be more specific where's this UI button\column? We are talking about portal?

kurtheiss
Participant I

I'd like to knw too

kurtheiss
Participant I

1. After logging into your Apigee account go to your_portal_name > Themes and click Advanced

2. In the Advanced Theme window select Custom Styles

3. Add the following text to the Custom Style editor:

.apis-explorer {
  visibility: hidden;
}

4. Click the X in the top left corner to exit and confirm your change.