ZITADEL Docs
APIsCore ResourcesV2User

DeleteUserMetadata

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?keys

The keys for the user metadata to be deleted.

Response Body

application/json

application/json

curl -X DELETE "https://loading/v2/users/string/metadata"
{
  "deletionDate": "1s"
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?