DELETE Custom Job Types ID
The DELETE /JobTypes/Custom/{id} method is used to delete an existing custom job type with the specified GUID. 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 395: DELETE JobTypes Custom {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. The Keyfactor Command reference GUID of the custom job type. Use the GET /JobTypes/Custom method (see GET Custom Job Types) to retrieve a list of all the custom job types to determine the job type GUID. |


