DELETE Enrollment Patterns ID
The DELETE /EnrollmentPatterns/{id} method is used to delete the enrollment Certificate enrollment refers to the process by which a user requests a digital certificate. The user must submit the request to a certificate authority (CA). patterns 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 480: DELETE Enrollment Patterns {id} Input Parameters
Name | In | Description |
---|---|---|
Id | Path |
Required. A string indicating the Keyfactor Command reference ID of the enrollment pattern to delete. Use the GET /EnrollmentPatterns method (see GET Enrollment Patterns) to retrieve a list of all the enrollment patterns to determine the ID. |
Force | Query | A Boolean indicating whether to force deletion of the enrollment pattern (true) in the case where dependent data exists for it such as enrolled certificates or active or suspended workflows. The default is false. |


Was this page helpful? Provide Feedback