universal_connector_bulk_delete

This API deletes multiple data source profiles.

Endpoint:universal_connector_bulk_delete

This API is available in Guardium 12.1 and later.

REST API syntax

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

GuardAPI syntax

universal_connector_bulk_delete parameter=value

Parameters

Parameter Value type Description
profile_names String List of profile names to delete.

Examples

To deletes data source profile in bulk:
grdapi universal_connector_bulk_delete profileNames=profile_a,profile_b,profile_c