You might delete an export file for which a business needs no longer exists. Use the
graphical user interface or REST interface to delete a device group export file.
About this task
You can use the Export/Import page or Device Group Delete REST
Service to delete an export file.
Procedure
-
Go to the appropriate page or directory.
- Graphical user interface
- Log on to the graphical user interface.
- On the Welcome page, click .
- REST interface
- Open a REST client.
-
Delete a selected export file.
- Graphical user interface
- Click Browse to specify the export file location under <SKLM_DATA>
directory. For the definition of
<SKLM_DATA>
, see Definitions for HOME and other directory variables.
- Click Display Exports to display the export files.
- In the table, select an export file.
- Click Delete and confirm that you want to delete the file.
- Alternatively, right-click the export file and select Delete and confirm
that you want to delete the file.
- REST interface
- Obtain a unique user authentication identifier to access IBM® Security Guardium® Key Lifecycle Manager REST services. For more information about the
authentication process, see Authentication process for REST services.
- To run Device Group Delete REST Service, send the HTTP DELETE request. Pass
the user authentication identifier that you obtained in
Step a
along with the
request message as shown in the following
example.DELETE https://localhost:<port>/SKLM/rest/v1/deviceGroups/newDevGrp
Content-Type: application/json
Accept: application/json
Authorization: SKLMAuth userAuthId=139aeh34567m
What to do next
Examine the directory in which the export files are stored
to determine whether the specified file was deleted.