ZITADEL Docs
APIsCore ResourcesV1Organization Objects

Remove Domain

Deprecated: use organization service v2 DeleteOrganizationDomain instead.

Delete a new domain from an organization. The domains are used to identify to which organization a user belongs. If the uses use the domain for login, this will not be possible afterwards. They have to use another domain instead.

DELETE
/orgs/me/domains/{domain}

Path Parameters

domain*string

Response Body

application/json

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

Was this page helpful?