Delete User Metadata By Key
Deprecated: use DeleteUserMetadata instead.
Remove a list of metadata objects from a user with a list of keys.
Path Parameters
id*string
Request Body
application/json
keys*array<>
[key: string]?never
Response Body
application/json
curl -X DELETE "https://loading/users/string/metadata/_bulk" \ -H "Content-Type: application/json" \ -d '{ "keys": [ "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 User Avatar (Human)
Delete User Avatar (Human): Removes the avatar that is currently set on the user.
Delete User Metadata By Key
Delete User Metadata By Key: Deprecated: use [DeleteUserMetadata](/reference/api/user/zitadel.user.v2.UserService.DeleteUserMetadata) instead. Get a metadata object from a user by a specific key.