For the complete documentation index, see llms.txt. This page is also available as Markdown.

Delete a security key of a user

delete
Authorizations
defguard_sessionstringRequired
Path parameters
usernamestringRequired

Name of the user.

idinteger · int64Required

ID of the security key.

Responses
200

Security key deleted.

No content

delete/api/v1/user/{username}/security_key/{id}
DELETE /api/v1/user/{username}/security_key/{id} HTTP/1.1
Accept: */*

No content

Last updated

Was this helpful?