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