A newer release of this product is available.
        
        
      Cancel a fingerprint operation
DELETE /storage/snaplock/file-fingerprints/{id}
Introduced In: 9.7
Aborts an in-progress fingerprint operation. This API takes session-id as input and aborts the fingerprint operation that is associated with the specified session-id.
Related ONTAP commands
- 
volume file fingerprint abort 
Learn more
Parameters
| Name | Type | In | Required | Description | 
|---|---|---|---|---|
id  | 
string  | 
path  | 
True  | 
Unique identifier of the operation  | 
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response codes
| Error code | Description | 
|---|---|
14090440  | 
File fingerprint operation has completed  | 
14090446  | 
Invalid session ID  | 
| Name | Type | Description | 
|---|---|---|
error  | 
Example error
{
  "error": {
    "arguments": [
      {
        "code": "string",
        "message": "string"
      }
    ],
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}
Definitions
See Definitions
error_arguments
| Name | Type | Description | 
|---|---|---|
code  | 
string  | 
Argument code  | 
message  | 
string  | 
Message argument  | 
returned_error
| Name | Type | Description | 
|---|---|---|
arguments  | 
array[error_arguments]  | 
Message arguments  | 
code  | 
string  | 
Error code  | 
message  | 
string  | 
Error message  | 
target  | 
string  | 
The target parameter that caused the error.  |