ZITADEL Docs
APIsCore ResourcesV2Organization

Delete Organization Metadata

Delete metadata objects from an organization with a specific key.

Required permission:

  • org.write
DELETE
/v2/organizations/{organization_id}/metadata

Path Parameters

organization_id*string

Organization ID is the unique identifier of the organization whose metadata is to be deleted.

Query Parameters

keys?array<>

Keys are the organization metadata entries to be deleted by their key.

Response Body

application/json

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

Was this page helpful?