delete_user

This API removes a specified user from the Guardium system.

This API is available in Guardium V10.1.4 and later.

REST API syntax

This API is available as a REST service with the DELETE method. Call this API as follows:
DELETE https://[Guardium hostname or IP address]:8443/restAPI/user

GuardAPI syntax

delete_user parameter=value

Parameters

Parameter Value type Description
userName String Required. The name of the user to delete.

Example

For example, remove Fred McDerf from your Guardium system:

grdapi delete_user userName="Fred McDerf"