Queue Manager
Flush Queue
Using this API you can flush the current mail queue. This will try to deliver all mails currently in it. This API uses the command: postqueue -f
post/api/v1/edit/mailq
Request body
Example request
{
"action": "flush"
}Response
OK