Actions29
- Device Actions
- Group Actions
- Message Actions
- QR Code Actions
- Utility Actions
Overview
This node interacts with the Wanesia WhatsApp API to manage devices, including deleting a device. Specifically, the 'Delete' operation under the 'Device' resource allows users to delete a Wanesia WhatsApp device by providing the device token. This is useful for scenarios where a device is no longer needed or should be removed from the system, such as decommissioning a device or cleaning up unused devices.
Use Case Examples
- Deleting a device by providing its token to remove it from the Wanesia WhatsApp system.
- Automating device management workflows by integrating device deletion into larger automation processes.
Properties
| Name | Meaning |
|---|---|
| Token | The token of the Wanesia device to be deleted, obtained from the device menu. |
Output
JSON
json- The JSON response from the Wanesia API after attempting to delete the device, indicating success or failure and any relevant details.
Dependencies
- Wanesia WhatsApp API
Troubleshooting
- Ensure the provided token is valid and corresponds to an existing device; invalid tokens will cause errors.
- Check network connectivity to the Wanesia API endpoint to avoid request failures.
- If the API returns an error, verify that the token has the necessary permissions to delete the device.
Links
- Wanesia WhatsApp API Documentation - Official documentation for the Wanesia WhatsApp API, including device management endpoints.