You can use the DeleteKeyProviderKmip method to delete the specified inactive Key Management Interoperability Protocol (KMIP) key provider.
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 |
This method has no return values. The delete operation is considered successful as long is there is no error.
Requests for this method are similar to the following example:
{ "method": "DeleteKeyProviderKmip", "params": { "keyProviderID": "1" }, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} }
11.7