DELETE Reports Schedules ID
The DELETE /Reports/Schedules/{id} method is used to delete the schedule for the built-in report with the specified schedule 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 546: DELETE Reports Schedules {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The Keyfactor Command reference ID of the report schedule. Use the GET /Reports method (see GET Reports) to retrieve a list of your built-in reports to determine the report ID and then GET /Reports/{id} (see GET Reports ID) to retrieve the details for that report to determine the schedule ID to use. |


