DELETE Security Roles ID
The DELETE /Security/Roles/{id} method is used to delete the security role with the specified ID. Use the GET /Security/Roles method (see GET Security Roles) to determine the ID of the security role you wish to delete. 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.
The user must hold a role containing this permission in the Global Permission Set (see Permission Sets).
This endpoint will be found by selecting V1 (Version 1) in the Keyfactor API A set of functions to allow creation of applications. Keyfactor offers the Keyfactor API, which allows third-party software to integrate with the advanced certificate enrollment and management features of Keyfactor Command. Reference and Utility. See Versioning.
Table 600: DELETE Security Roles {id} Input Parameters
Name | In | Description |
---|---|---|
id | Path | Required. The ID of the security role that should be deleted from Keyfactor Command. |