ZITADEL Docs
APIsCore ResourcesV1Instance Objects

RemoveInstanceTrustedDomain

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

application/json

curl -X DELETE "https://loading/trusted_domains/string"
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?