DELETE Reports Custom ID
The DELETE /Reports/Custom/{id} method is used to delete the custom report link 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 543: DELETE Reports Custom {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. An integer containing the Keyfactor Command reference ID for the report link to be deleted. Use the GET /Reports/Custom method (see GET Reports Custom) to retrieve a list of your custom report links to determine the report ID to use. |


