Module.delete_definition

You're seeing just the function delete_definition, go back to Module module for more information.
Link to this function

delete_definition(module, arg)

View Source (since 1.12.0)

Specs

delete_definition(module(), definition()) :: boolean()

Deletes a definition from a module.

It returns true if the definition exists and it was removed, otherwise it returns false.