Remove an IP from an authenticated domain.
DELETE https://api.sendgrid.com/v3/whitelabel/domains/:id/ips/:ip
This endpoint allows you to remove an IP address from that domain's authentication.
An authenticated domain allows you to remove the “via” or “sent on behalf of” message that your recipients see when they read your emails. Authenticating a domain allows you to replace sendgrid.net with your personal sending domain. If you choose to use Automated Security, SendGrid provides you with 3 CNAME records. If you turn Automated Security off, you will be given 2 TXT records and 1 MX record. You need to enter these records into your DNS provider.
For more information on whitelabeling, please see our User Guide
URI Parameters
URI Parameter | Type | Description |
---|---|---|
id | integer | ID of the domain to delete the IP from. |
ip | string | IP to remove from the domain. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |