Skip to content

OnHttpDelete - cWebHttpHandler

Triggered for each DELETE request that comes in

Type: Event

Parameters

Parameter Type Description
sPath String The 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 "*".