Permanently removes objects from the repository.

Usage:

fedora-purge [host:port]
             [user]
             [password]
             [pid]|[fileURI]
             [protocol]
             [log]
             [context]

Where:

Examples:

fedora-purge localhost 8080 fedoraAdmin fedoraAdmin demo:6 http "just because"

Purges the object whose pid is demo:6 from the target repository at localhost:8080 using the http protocol

fedora-purge localhost 8443 fedoraAdmin fedoraAdmin file:///some/dir/purge-pids.txt https "why not"

Purges all the objects whose pids are listed in the file /some/dir/purge-pids.txt from the target repository at localhost:8443 using the secure https protocol (SSL)