curl --request DELETE \
--url https://api.wppfy.com/sender/clearall \
--header 'token: <api-key>'{
"info": "Message queue cleared successfully"
}Removes all messages from the mass sending queue, including pending and sent messages. This is an irreversible operation.
curl --request DELETE \
--url https://api.wppfy.com/sender/clearall \
--header 'token: <api-key>'{
"info": "Message queue cleared successfully"
}