DELETE Event Handler Registration ID
The DELETE /EventHandlerRegistration/{id} method is used to delete the event handler with the provided ID. This endpoint An endpoint is a URL that enables the API to gain access to resources on a server. returns 204 with no content upon success.
Table 436: DELETE Event Handler Registration {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. An integer indicating the Keyfactor Command reference ID for the event handler. Use the GET /EventHandlerRegistration method (see GET Event Handler Registration) to retrieve a list of all the event handlers to determine the ID. |


