disconnect
GET
/module/disconnectDisconnecting 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
Query Params
agentKey
string
required
Example:
AGENTKEY
apiKey
string
required
Example:
ServiceAPIKEY
Request samples
Responses
disconnect(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
required
message
string
required
apiKey
string
required
Exampledisconnect
{
"status": "true",
"message": "The service was disconnect successfully",
"apiKey": "ServiceAPIKEY"
}
Last modified: 5 months ago