Connectors
...
Actions
Delete Email
5 min
description permanently remove an email from a specified mailbox by using the email address and email id via microsoft graph api endpoint url /v1 0/users/{{email address}}/messages/{{email id}} method delete inputs path parameters (object) – required path parameters email address (string) – required the account associated with the email email id (string) – required the id of the email output example \[ { "status code" 204, "response headers" { "cache control" "private", "strict transport security" "max age=31536000", "request id" "8909add5 2084 4e62 9a94 8bdf03a094d3", "client request id" "8909add5 2084 4e62 9a94 8bdf03a094d3", "x ms ags diagnostic" "{\\"serverinfo\\" {\\"datacenter\\" \\"brazil south\\",\\"slice\\" \\"e\\",\\"ring\\" \\"3\\",\\"scaleunit\\" \\"001\\",\\"roleinstance\\" \\"cp1pepf00002f03\\"}}", "date" "fri, 04 nov 2022 22 34 25 gmt" }, "reason" "no content", "response text" "" } ] output parameters status code (number) reason (string) response text (string) response headers header type cache control string strict transport security string request id string client request id string x ms ags diagnostic string date string