ZITADEL Docs
APIsCore ResourcesV1Instance Objects

Remove an Instance Trusted Domain

Deprecated: use instance service v2 ListTrustedDomains instead.

Removes a domain from the list configured for this Zitadel instance. These domains are trusted to be used as public hosts.

DELETE
/trusted_domains/{domain}

Path Parameters

domain*string

Response Body

application/json

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