Skip to content

Latest commit

 

History

History
66 lines (51 loc) · 1.18 KB

reference_element_api_deletekeyproviderkmip.adoc

File metadata and controls

66 lines (51 loc) · 1.18 KB
permalink sidebar keywords summary
api/reference_element_api_deletekeyproviderkmip.html
sidebar
KMIP,key provider,deleting,delete
You can use the DeleteKeyProviderKmip method to delete the specified inactive Key Management Interoperability Protocol \(KMIP\) key provider.

DeleteKeyProviderKmip

You can use the DeleteKeyProviderKmip method to delete the specified inactive Key Management Interoperability Protocol (KMIP) key provider.

Parameters

This method has the following input parameters:

Name Description Type Default value Required

keyProviderID

The ID of the key provider to delete.

integer

None

Yes

Return values

This method has no return values. The delete operation is considered successful as long is there is no error.

Request example

Requests for this method are similar to the following example:

{
  "method": "DeleteKeyProviderKmip",
  "params": {
    "keyProviderID": "1"
    },
"id": 1
}

Response example

This method returns a response similar to the following example:

{
   "id": 1,
   "result":
      {}
}

New since version

11.7