delete_messages
ActiveTool of run.domani/domani
declared in 1.0.0
Move multiple messages to Trash. This is reversible with update_email_messages action=restore. API: POST /api/emails/{address}/messages/delete.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain",
"slug",
"message_ids"
],
"properties": {
"slug": {
"type": "string",
"description": "Mailbox slug"
},
"domain": {
"type": "string",
"description": "Mailbox domain"
},
"message_ids": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 100,
"minItems": 1,
"description": "IDs of messages to delete"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries