1
2
3
4
5@deftypefun {int} {gnutls_pkcs11_delete_url} (const char * @var{object_url}, unsigned int @var{flags})
6@var{object_url}: The URL of the object to delete.
7
8@var{flags}: One of GNUTLS_PKCS11_OBJ_* flags
9
10This function will delete objects matching the given URL.
11Note that not all tokens support the delete operation.
12
13@strong{Returns:} On success, the number of objects deleted is returned, otherwise a
14negative error value.
15
16@strong{Since:} 2.12.0
17@end deftypefun
18