com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links' is unknown.
Deleting a Resource
Additionally, you can use the registry instance to delete resources. Deleting a resource is a matter of calling the delete
method of the registry. For example, to delete the /c1/c2/r1
resource, use the following code:
registry.delete("/c1/c2/r1");
Related Links
Managing Entries or Content - For information on deleting a resource using the Management Console.
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.