> My question is, what is the realm and the id?

The realm is the type of resource to which the attachment belongs, and
id is the name or identifier of the resource. So if you wanted to remove
the attachment named "MyFile.pdf" from the wiki page "WikiStart", you
would use:

  trac-admin $ENV attachment remove wiki:WikiStart MyFile.pdf

Or for the same file attached to ticket #123:

  trac-admin $ENV attachment remove ticket:123 MyFile.pdf

-- Remy

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to