ZITADEL Docs
APIsCore ResourcesV2User

Delete User Metadata

Delete metadata objects from an user with a specific key.

Required permission:

  • user.write
DELETE
/v2/users/{user_id}/metadata

Path Parameters

user_id*string

ID of the user which metadata is to be deleted is stored on.

Query Parameters

keys?array<>

The keys for the user metadata to be deleted.

Response Body

application/json

curl -X DELETE "https://loading/v2/users/string/metadata"
{
  "deletionDate": "2023-01-15T01:30:15.01Z"
}

Was this page helpful?