1MONGOC_CLIENT_ENCRYPTION_DELETE_KEY(l3i)bmonMgOoNcGOC_CLIENT_ENCRYPTION_DELETE_KEY(3)
2
3
4
6 mongoc_client_encryption_delete_key - mongoc_client_encryp‐
7 tion_delete_key()
8
10 bool
11 mongoc_client_encryption_delete_key (
12 mongoc_client_encryption_t *client_encryption,
13 const bson_value_t *keyid,
14 bson_t *reply,
15 bson_error_t *error);
16
17 Delete a key document in the key vault collection that has the given
18 keyid.
19
21 • client_encryption: A mongoc_client_encryption_t.
22
23 • keyid: The UUID (BSON binary subtype 0x04) of the key to delete.
24
25 • reply: Optional. An uninitialized bson_t set to the delete result.
26 Must be freed by bson_destroy().
27
28 • error: Optional. bson_error_t.
29
31 Returns true if successful. Returns false and sets error otherwise.
32
33 SEE ALSO:
34 mongoc_client_encryption_t
35 mongoc_client_encryption_create_datakey()
36
37
39 MongoDB, Inc
40
42 2017-present, MongoDB, Inc
43
44
45
46
471.24.3 Aug 17,M2O0N2G3OC_CLIENT_ENCRYPTION_DELETE_KEY(3)