# Delete User WebAuthn Credential **DELETE /v1/auth/users/webauthn_credentials/{webauthn_credential_id}/delete** Delete a WebAuthn credential from the associated user. ## HTTP Request `DELETE /v1/auth/users/webauthn_credentials/{webauthn_credential_id}/delete` ## Returns A successful response returns an object with `user_id` property. ## Servers - Production: https://api.moonkey.fun (Production) ## Authentication methods - Authorization ## Parameters ### Path parameters - **webauthn_credential_id** (string) Unique ID of the WebAuthn credential to be deleted. ## Responses ### 200 #### Body: application/json (object) - **message** (string) Success message of the action. - **user_id** (string) Unique User ID associated with the deleted WebAuthn credential. [Powered by Bump.sh](https://bump.sh)