ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Delete Organization Metadata By Key

Deprecated: use organization service v2 DeleteOrganizationMetadata instead.

Remove a metadata object from an organization with a specific key.

DELETE
/metadata/{key}

Path Parameters

key*string

Response Body

application/json

curl -X DELETE "https://loading/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?