DELETE Permission Sets ID
The DELETE /PermissionSets/{id} method is used to delete the permission set 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.
The user must hold a role containing this permission in the Global Permission Set (see Permission Sets).
Table 525: DELETE Permission Sets{id} Input Parameters
Name | In | Description |
---|---|---|
id | Path |
Required. A string indicating the Keyfactor Command reference GUID of the permission set to delete. Use the GET /PermissionSets method (see GET Permission Sets) to determine the ID of the permission set you wish to delete. |