ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Delete User Metadata By Key

Deprecated: use DeleteUserMetadata instead.

Get a metadata object from a user by a specific key.

DELETE
/users/{id}/metadata/{key}

Path Parameters

id*string
key*string

Response Body

application/json

curl -X DELETE "https://loading/users/string/metadata/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "2023-01-15T01:30:15.01Z",
    "changeDate": "2023-01-15T01:30:15.01Z",
    "resourceOwner": "string"
  }
}

Was this page helpful?