This article describes how to remove the Custom Email Domain from a Brand using the API.
- Branding
- Custom Email Domain
- API
- Download the Brands API Collection for Postman.
- 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/brandsAPI call.- Use the Get Brand (
GET {{url}}/api/v1/brands/{{brandId}}) and copy the API response.
- Use the Get Brand (
-
- 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.
- Using Update Brand (
