Can we hide/remove machine readable name in App registration on dev portal?

Not applicable

Hi All,

During app registration we see there is a field called Machine readable name. Is there a way to hide or remove this field??

0 2 189
2 REPLIES 2

Can you show a screenshot? I'm not clear what you are asking.

You can do it using css,

#devconnect-developer-apps-edit-form small#edit-human-machine-name-suffix {
    display: none !important;
}

I would suggest leave as it is.