Queue Manager

Delete Queue

Using this API you can delete the current mail queue. This will delete all mails in it. This API uses the command: postsuper -d

post/api/v1/delete/mailq

Request body

actionstring

use super_delete to delete the mail queue

Example request

{
  "action": "super_delete"
}

Response

OK

Changes