Gmail

GMAIL_DELETE_MESSAGE

Permanently deletes a specific email message by its id from a gmail mailbox; for `user id`, use 'me' for the authenticated user or an email address to which the authenticated user has delegated access.

Remote gmail

Other tools also called GMAIL_DELETE_MESSAGE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "title": "User Id",
      "default": "me",
      "examples": [
        "me",
        "[email protected]"
      ],
      "description": "User's email address. The special value 'me' refers to the authenticated user."
    },
    "message_id": {
      "type": "string",
      "title": "Message Id",
      "examples": [
        "185120e4428ba8cf",
        "17a872b77b9e7a3b"
      ],
      "description": "Identifier of the email message to delete."
    }
  }
}
          

Provider

Gmail →