Enable verb

how i can enable verb on domino web serverlike

“BDELETE”

· “DELETE”

· “PROPFIND”

Subject: enable verb

I’m not sure I understand what you want to do.If you want to delete a web page, just modify your URL

for example, instead of OpenDocument, change it to DeleteDocument

http://server/filepath/database.nsf/docunid?OpenDocument

becomes:

http://server/filepath/database.nsf/docunid?DeleteDocument

Does that answer your question?

Subject: RE: enable verb

yes but its not by default support by Domino how i enable on server

Subject: RE: enable verb

?DeleteDocument most certainly IS available by default. There’s nothing to set up, other than giving the user permission to delete documents in the database ACL. Look at the Domino URLs entry in Domino Designer Help.