Delete Profile Picture
Delete your WhatsApp profile picture.
Usage
php
use NjoguAmos\Waha\Facades\Profile;
/** @var \Saloon\Http\Response $response */
$response = Profile::deletePicture();php
use NjoguAmos\Waha\Facades\Profile;
/** @var \Saloon\Http\Response $response */
$response = Profile::deletePicture(session: 'my-session');Response
The response returned by the deletePicture method is an instance of Saloon\Http\Response:
php
/** @var \Saloon\Http\Response $response */
$response->status(); // 200
$response->json(); // ["success" => true]Engines
| WEBJS | WPP | NOWEB | GOWS |
|---|---|---|---|
| ➕ | ✅ | ➕ | ➕ |
➕ = PLUS version only