Deauthorize a custom domain
DELETE/api/v1/chatbots/:chatbotId/domains/:domain
Removes a custom domain from the chatbot's authorized login domain list. Required scope: domains:write.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
Domain deauthorized.
Bad Request — either a validation/config error (Error envelope) or a soft-failure where the domain removal failed (PublicDomainStatus with status: removal_failed, possibly including a warning field).
Unauthorized — missing or invalid API key
Forbidden — key lacks required scope
Not Found
Too Many Requests — rate limit exceeded