OnHttpDelete - cWebHttpHandler

Triggered for each DELETE request that comes in

Type: Event

Parameters: String sPath

ParameterDescription
sPathThe path of the request relative to the location of the handler


Syntax
Procedure OnHttpDelete String sPath

Description

This event is triggered for each DELETE request that comes in.

Note that if OnHttpRequest is not forwarded, then this event will not be called.

psVerbs should include "DELETE" or should be set to "*".