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."
}Removes the instance from the system.
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."
}