remove
GET
/module/remove/Removing a service
When the service is suspended for 20 days, this method is executed automatically, and the service is permanently removed from the Whatsiplus servers. You can also manually execute this method if you want to delete a user's service for any reason.
Response
status
: The status of the response.message
: Additional information or message related to the response.apiKey
: The API key associated with the remove method request.
Request
Query Params
agentKey
string
required
Example:
AGENTKEY
apiKey
string
required
Example:
ServiceAPIKEY
Request samples
Responses
remove(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
status
string
required
message
string
required
apiKey
string
required
Exampleremove
{
"status": "true",
"message": "The service was remove successfully",
"apiKey": "ServiceAPIKEY"
}
Last modified: 5 months ago