Log in to your Whatsiplus panel using this link to generate your API key

Whatsiplus API
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
WhatsApp
  1. API Reference
  • WhatsApp API - WhatsiPlus Documentation
  • API Reference
    • sendMsg | Single
      GET
    • sendMsg | Single
      POST
    • sendMsg | Multiple phone numbers
      POST
    • sendMsg | Multiple phone numbers (Json)
      POST
    • sentMessages
      GET
    • receivedMessages
      GET
    • getStatus
      GET
    • pending
      GET
    • deletePending
      GET
    • getGroupList
      GET
    • sendGroup | Single
      POST
    • sendGroup | Single
      GET
    • sendGroup | Multiple groups
      POST
    • sendLocation
      GET
    • sendLocation
      POST
    • sendLocation (JSON)
      POST
    • isRegistered
      GET
  • Settings
    • serviceSettings
      GET
    • countryCode
      GET
    • enable receiveMessage
      GET
    • disable receiveMessage
      GET
  • Webhook
    • set webhook
      GET
    • remove webhook
      GET
    • pending webhook
      GET
    • resend webhook
      GET
  • Partner
    • getWalletBalance
    • showAllService
    • create
    • qrCode
    • disconnect
    • connect
    • suspend
    • unsuspend
    • renew
    • remove
  1. API Reference

deletePending

GET
https://api.whatsiplus.com/deletePending/APIKEY
This endpoint deletes all messages that are currently in the sending queue and have not yet been sent. Messages scheduled for future delivery will not be deleted.

Request

None

Responses

🟢200deletePending
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/deletePending/APIKEY'
Response Response Example
{
  "status": "success",
  "deleted": 139,
  "message": "All eligible pending messages have been deleted successfully."
}
Modified at 2025-10-14 15:42:35
Previous
pending
Next
getGroupList
Built with