delete_message
ActiveTool of run.domani/domani
declared in 1.0.0
Move an email message to Trash. This is reversible with update_email_messages action=restore. API: DELETE /api/emails/{address}/messages/{id}.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"message_id"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"message_id": {
"type": "string",
"description": "ID of the message to delete"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries