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. Partner
  • showAllService
    GET
  • create
    GET
  • qrCode
    GET
  • disconnect
    GET
  • connect
    GET
  • suspend
    GET
  • unsuspend
    GET
  • renew
    GET
  • remove
    GET
  1. Partner

disconnect

GET
https://api.whatsiplus.com/module/disconnect

Disconnecting a service#

By executing disconnect method, WhatsApp is disconnected from the Whatsiplus service, and the connection between WhatsApp and the Whatsiplus service is terminated. To reconnect, the connect method must be executed again.

Response#

status: The status of the response.
message: Additional information or message related to the response.
apiKey: The API key associated with the disconnect method request.
EndFragment
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/module/disconnect?agentKey=AGENTKEY&apiKey=ServiceAPIKEY'
Response Response Example
{
    "status": "true",
    "message": "The service was disconnect successfully",
    "apiKey": "ServiceAPIKEY"
}

Request

Query Params

Responses

🟢200disconnect
application/json
Body

Modified at 2024-05-23 22:22:16
Previous
qrCode
Next
connect
Built with