ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Delete User Metadata By Key

Deprecated: use DeleteUserMetadata instead.

Remove a list of metadata objects from a user with a list of keys.

DELETE
/users/{id}/metadata/_bulk

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?