Offboarding(Delete) the ServiceNow Application

Hi @GutteStolt,

You can remove the application in IIQ using the following ways:

  1. From the Debug Page:
  • Navigate to the debug page.
    /identityiq/debug
  • Select the application.
  • Use Delete option in the top right corner.
  1. Using the IIQ Console:
  • Use the following command to delete the application from the IIQ console
    delete application “appname or appid”
    1. Using a Rule:
      You can delete the application by using a rule.

Regards,
Arun