Delete Trusted Email Address
DELETE {{apiPath}}/environments/{{envID}}/emailDomains/{{emailDomainID}}/trustedEmails/{{trustedEmailID}}
The sample shows the DELETE {{apiPath}}/environments/{{envID}}/emailDomains/{{emailDomainID}}/trustedEmails/{{trustedEmailID}}
operation to delete the trusted email address resource of the trusted email domain resource entity specified by its ID in the request URL.
When successful, the DELETE
request returns a code 204 Successfully deleted. No Content
message.