<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
How to Remove the Custom Email Domain from a Brand using API
Administration
Okta Classic Engine
Okta Identity Engine
Overview

This article describes how to remove the Custom Email Domain from a Brand using the API.

Applies To
  • Branding
  • Custom Email Domain
  • API
Solution
  1. Download the Brands API Collection for Postman.
  2. Get the Brand ID from the Admin Dashboard by going to the Brand in question and taking the value from the URL, or alternatively, use the Get Brands GET {{url}}/api/v1/brands API call.
    1. Use the Get Brand (GET {{url}}/api/v1/brands/{{brandId}}) and copy the API response.

 Get Brand 

    1. Using Update Brand (PUT {url}/api/v1/brands/{brandId}), paste the API response in the Body, removing the value from the "emailDomainId" and "emailDomain" sections, updating the brand, which successfully removes the Email Domain for the Brand.

Update Brand 

 
Loading
How to Remove the Custom Email Domain from a Brand using API