ZITADEL Docs
APIsCore ResourcesV2Organization

DeleteOrganizationMetadata

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

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

Response Body

application/json

application/json

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

Was this page helpful?