Delete Passkey
Deprecated: use user service v2 RemovePasskey instead.
Remove a configured passkey authentication method from the user. (e.g FaceID, FingerScane, WindowsHello, etc.).
curl -X DELETE "https://loading/users/string/passwordless/string"{
"details": {
"sequence": 0,
"creationDate": "2023-01-15T01:30:15.01Z",
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string"
}
}Was this page helpful?
Delete Organization Metadata By Key
Delete Organization Metadata By Key: Deprecated: use [organization service v2 DeleteOrganizationMetadata](/reference/api/org/zitadel.org.v2.OrganizationService.DeleteOrganizationMetadata) instead. Remove a metadata object from an orga...
Delete Secret of Service Account
Delete Secret of Service Account: Deprecated: use [user service v2 RemoveSecret](/reference/api/user/zitadel.user.v2.UserService.RemoveSecret) instead. Delete a secret of a service account. The user will not be able to authenticate...