Delete a WebAuthn credentials entry
DELETE /security/webauthn/credentials/{owner.uuid}/{username}/{index}/{relying_party.id}
Introduced In: 9.16
Deletes a WebAuthn credentials entry.
Required properties
-
owner.uuid
-
username
-
index
-
relying_party.id
Related ONTAP commands
-
security webauthn credentials delete
Parameters
Name | Type | In | Required | Description |
---|---|---|---|---|
owner.uuid |
string |
path |
True |
Used to identify a cluster or an SVM. |
username |
string |
path |
True |
Username. |
index |
integer |
path |
True |
Index. |
relying_party.id |
string |
path |
True |
Relying Party ID. |
fields |
array[string] |
query |
False |
Specify the fields to return. |
Response
Status: 200, Ok
Error
Status: Default, Error
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. |