DELETE Alerts Expiration ID
The DELETE /Alerts/Expiration/{id} method is used to delete the expiration alert with the specified 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 160: DELETE Alerts Expiration {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. An integer indicating the Keyfactor Command reference ID for the expiration alert to be deleted. Use the GET /Alerts/Expiration method (see GET Alerts Expiration) to retrieve a list of all the expiration alerts to determine the alert ID. |


