Skip to main content
DELETE
/
instance
Delete instance
curl --request DELETE \
  --url https://api.wppfy.com/instance \
  --header 'token: <api-key>'
{
  "response": "Instance Deleted",
  "info": "The device was successfully disconnected and the instance was removed from the database."
}

Authorizations

token
string
header
required

Response

Instance successfully deleted

response
string
Example:

"Instance Deleted"

info
string
Example:

"The device was successfully disconnected and the instance was removed from the database."