Deleting a Function Parameter

Delete a parameter in an existing user-defined function.

  1. Navigate to the workspace that contains the function.

    For the steps to access a workspace, see Accessing a Workspace.

  2. On the workspace home page, click User-defined functions.
  3. From the list of function libraries on the User-defined functions page, click the name of the library that has the function with the parameter that you want to delete.
  4. In the Functions list of the library details page, click the name of the function.
  5. In the Expression builder section of the Edit user defined function panel, click Input parameters.

    Existing parameters in the function are listed under Input parameters.

  6. From the Actions menu, click Edit input parameters.
  7. In the Edit input parameters panel, select the parameters that you want to delete and click Delete
  8. In the Delete parameter dialog box, click Delete.
  9. In the Edit input parameters panel, click Save changes.
  10. In the Edit user defined function panel, click Save changes.